section.Breadcrumb_Block {
    display: none
}

@media (min-width:900px) {
    section.Breadcrumb_Block {
        display: block;
        background-color: #f5f5f5;
        position: fixed;
        top: 88px;
        left: 0;
        right: 0;
        z-index: 100
    }
    section.Breadcrumb_Block .container {
        font-size: .9rem;
        line-height: 2.5rem;
        max-width: 1200px;
        margin: auto;
        color: #373433
    }
    section.Breadcrumb_Block .container a {
        text-decoration: none;
        color: #373433
    }
    section.Breadcrumb_Block .container *+:before {
        content: "";
        width: .6em;
        height: .6em;
        -webkit-transform: rotate(-135deg) scale(.686);
        transform: rotate(-135deg) scale(.686);
        left: 0;
        top: 1px;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        position: relative;
        border: 2px solid #373433;
        border-top: none;
        border-right: none;
        display: inline-block;
        margin: 0 .7em 0 .3em
    }
    section.Breadcrumb_Block .container :last-child {
        color: #2fcfa0
    }
}

.Contact_Us_Button {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 57px;
    padding-bottom: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.Contact_Us_Button a {
    color: #2fcfa0;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    border: 3px solid #2fcfa0;
    text-decoration: none;
    opacity: 1;
    border-radius: 45px;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: -.92px;
    padding: 13px 24px
}

@media (min-width:900px) {
    .Contact_Us_Button {
        padding-top: 105px;
        padding-bottom: 105px;
        border-top: 1px solid #e3e3e3;
        margin-top: 100px
    }
    .Contact_Us_Button a {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.88px;
        padding: 10px 26px;
        border-width: 2px
    }
    .Contact_Us_Button a:hover {
        background-color: #2fcfa0;
        background-color: rgba(47, 207, 160, .4);
        color: #fff
    }
}

.Contact_Us_Block {
    margin: 86px 32px 42px
}

.Contact_Us_Block .chevron {
    width: 40px;
    height: 40px;
    position: relative;
    margin: auto
}

.Contact_Us_Block .chevron:before {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-45deg) scale(.686);
    transform: rotate(-45deg) scale(.686);
    left: -1px;
    top: -1px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    border: 2px solid #373433;
    border-top: none;
    border-right: none
}

.Contact_Us_Block form .info {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.Contact_Us_Block form .info,
.Contact_Us_Block form .info .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.Contact_Us_Block form .info .field {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    letter-spacing: -.8px
}

.Contact_Us_Block form .info .field label {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 1em;
    font-size: 21px;
    letter-spacing: 0
}

.Contact_Us_Block form .info .field input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    letter-spacing: -.8px;
    line-height: 36px;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    border: 1px solid #373433;
    padding: 0 1rem
}

.Contact_Us_Block form .info .field.details label {
    margin-bottom: 1em
}

.Contact_Us_Block form .info .field.details textarea {
    width: 100%;
    resize: none;
    font-size: 18px;
    letter-spacing: -.9px;
    line-height: 36px;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    border: 1px solid #373433;
    padding: 0 1rem
}

.Contact_Us_Block form .info .field .Form__Element__ValidationError {
    color: #de4040;
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.Contact_Us_Block form .info .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.Contact_Us_Block form .info .buttons input[type=submit] {
    margin: 60px auto;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: -.92px;
    color: #373433;
    background-color: #fff;
    padding: 12px 40px;
    border: 3px solid #373433;
    border-radius: 50px;
    cursor: pointer
}

.Contact_Us_Block .alternative p {
    font-size: 21px;
    line-height: 23px;
    letter-spacing: 0;
    margin-bottom: 1em
}

@media (min-width:900px) {
    .Contact_Us_Block {
        margin: 90px auto;
        max-width: 1040px;
        padding: 0 2em
    }
    .Contact_Us_Block form .info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -60px
    }
    .Contact_Us_Block form .info .field {
        margin-top: 80px;
        margin-right: 60px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 60px);
        flex: 1 1 calc(50% - 60px)
    }
    .Contact_Us_Block form .info .field label {
        font-size: 20px;
        line-height: 21px;
        letter-spacing: 0
    }
    .Contact_Us_Block form .info .field input {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 20px;
        line-height: 44px
    }
    .Contact_Us_Block form .info .field.details label {
        margin-bottom: 1em
    }
    .Contact_Us_Block form .info .field.details textarea {
        font-size: 20px;
        line-height: 44px;
        max-height: 252px
    }
    .Contact_Us_Block form .info .buttons input[type=submit] {
        margin: 110px auto 130px;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.88px;
        padding: .5em 1.25em;
        color: #2fcfa0;
        border: 2px solid #2fcfa0
    }
    .Contact_Us_Block .alternative {
        letter-spacing: 0
    }
    .Contact_Us_Block .alternative p {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0
    }
}

.Destination_Button_Block {
    width: 100%;
    max-width: 644px;
    min-height: 259px;
    height: 100%;
    margin: 31px auto 65px
}

.Destination_Button_Block .title {
    font-size: 16px;
    text-align: center;
    letter-spacing: -1px
}

.Destination_Button_Block .text {
    margin: 27px auto 43px;
    height: 100%;
    width: 288px;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    font-size: 14px
}

.Destination_Button_Block .body {
    letter-spacing: 0;
    font-size: 14px;
    width: 288px;
    margin: 0 auto
}

.Destination_Button_Block .button-container {
    margin: 0 auto;
    width: 100%;
    height: 103px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Destination_Button_Block .button-container .green {
    width: 178px
}

.Destination_Button_Block .button-container .white {
    width: 195px
}

.Destination_Button_Block .button-container .button {
    border-radius: 50px;
    height: 41px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    color: #2fcfa0;
    border: 1px solid #2fcfa0
}

.Destination_Button_Block .button-container .button:hover {
    background: #2fcfa0;
    color: #fff
}

@media (min-width:900px) {
    .Destination_Button_Block {
        max-width: 1200px;
        margin: 60px auto 112px
    }
    .Destination_Button_Block .title {
        font-size: 30px
    }
    .Destination_Button_Block .text {
        margin: 59px auto;
        width: 655px;
        font-size: 16px
    }
    .Destination_Button_Block .body {
        font-size: 16px;
        width: 655px
    }
    .Destination_Button_Block .button-container {
        width: 524px;
        height: 47px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .Destination_Button_Block .button-container .green,
    .Destination_Button_Block .button-container .white {
        width: 233px;
        height: 100%
    }
    .Destination_Button_Block .button-container .button {
        height: 41px;
        font-size: 16px
    }
}

.Destination_CTA_Block {
    width: 100%;
    height: 693px;
    background: #f5f4f4
}

.Destination_CTA_Block .container {
    position: relative;
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.Destination_CTA_Block .container .info {
    margin-top: 81px;
    width: 236px;
    height: 100%;
    font-size: 16px;
    letter-spacing: 0
}

.Destination_CTA_Block .container .info .destination-button {
    margin-top: 2em;
    width: 181px;
    height: 47px;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid #2fcfa0;
    color: #2fcfa0
}

.Destination_CTA_Block .container .info .destination-button:hover {
    background: #2fcfa0;
    color: #fff
}

.Destination_CTA_Block .container .pdf {
    margin-top: 57px;
    width: 315px;
    height: 223px;
    cursor: pointer
}

.Destination_CTA_Block .svg-orange {
    width: 400px;
    height: 34px;
    position: absolute;
    left: -340px;
    top: 74px
}

@media (min-width:900px) {
    .Destination_CTA_Block {
        height: 429px
    }
    .Destination_CTA_Block .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1200px
    }
    .Destination_CTA_Block .container .info {
        margin-top: 93px;
        margin-left: 96px;
        width: 436px;
        height: 202px;
        font-size: 16px;
        letter-spacing: 0
    }
    .Destination_CTA_Block .container .pdf {
        margin-top: 70px;
        margin-left: 12.83%;
        width: 352px;
        height: 248px
    }
    .Destination_CTA_Block .svg-orange {
        height: 34px;
        left: -400px;
        top: 86px
    }
}

.Destination_Text_Block {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
    height: 100%
}

.Destination_Text_Block .title {
    margin-top: 48px;
    font-size: 20px;
    text-align: center;
    letter-spacing: -1px
}

.Destination_Text_Block .text {
    text-align: center
}

.Destination_Text_Block .body,
.Destination_Text_Block .text {
    margin: 64px auto;
    height: 100%;
    max-width: 763px;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0
}

@media (min-width:900px) {
    .Destination_Text_Block {
        max-width: 1200px
    }
    .Destination_Text_Block .title {
        margin-top: 85px;
        font-size: 30px
    }
    .Destination_Text_Block .body,
    .Destination_Text_Block .text {
        margin: 78px auto;
        max-width: 763px;
        font-size: 16px
    }
}

.Destination_Timeline_Block {
    position: relative;
    width: 100%;
    max-width: 315px;
    margin: 100px auto 50px;
    height: 100%
}

.Destination_Timeline_Block svg {
    overflow: visible;
    margin: 0 auto
}

.Destination_Timeline_Block .mobile-svg {
    display: block
}

.Destination_Timeline_Block .desktop-svg {
    display: none
}

.Destination_Timeline_Block .box {
    position: absolute;
    top: .5%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.Destination_Timeline_Block .box .flex-item:first-child {
    height: 5.1%
}

.Destination_Timeline_Block .box .flex-item:nth-child(2) {
    height: 9.3%
}

.Destination_Timeline_Block .box .flex-item:nth-child(3) {
    height: 11.6%
}

.Destination_Timeline_Block .box .flex-item:nth-child(4) {
    height: 12.4%
}

.Destination_Timeline_Block .box .flex-item:nth-child(5),
.Destination_Timeline_Block .box .flex-item:nth-child(6) {
    height: 17.6%
}

.Destination_Timeline_Block .box .flex-item:nth-child(7) {
    height: 10.5%
}

.Destination_Timeline_Block .box .flex-item:nth-child(8) {
    height: 10.4%
}

.Destination_Timeline_Block .box .flex-item .start {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0
}

.Destination_Timeline_Block .box .flex-item .title {
    font-size: 16px;
    letter-spacing: -1
}

.Destination_Timeline_Block .box .flex-item .text {
    margin-top: 27px;
    font-size: 14px;
    letter-spacing: 0
}

.Destination_Timeline_Block .box .flex-item .one {
    margin: 16% auto;
    color: #2fcfa0;
    text-align: center;
    width: 90.5%
}

.Destination_Timeline_Block .box .flex-item .two {
    width: 91.4%;
    height: 72%;
    margin-left: 8%
}

.Destination_Timeline_Block .box .flex-item .three {
    width: 75%;
    height: 72%;
    margin-left: 8%;
    text-align: right
}

.Destination_Timeline_Block .box .flex-item .four {
    width: 75%;
    height: 80%;
    margin-left: 8%
}

.Destination_Timeline_Block .box .flex-item .four .button {
    margin-top: 27px;
    width: 130px;
    height: 41px;
    border-radius: 50px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #2fcfa0;
    background: #fff;
    color: #2fcfa0;
    padding: 0 1em
}

.Destination_Timeline_Block .box .flex-item .four .button:hover {
    background: #2fcfa0;
    color: #fff
}

.Destination_Timeline_Block .box .flex-item .five {
    width: 75%;
    height: 80%;
    margin-left: 8%;
    text-align: right
}

.Destination_Timeline_Block .box .flex-item .six {
    width: 87.3%;
    height: 85%;
    margin-left: 8%
}

.Destination_Timeline_Block .box .flex-item .seven {
    width: 57.5%;
    height: 70%;
    margin: 0 auto
}

.Destination_Timeline_Block .box .flex-item .eight {
    width: 75%;
    height: 95%;
    margin: 0 auto
}

@media (min-width:644px) {
    .Destination_Timeline_Block {
        max-width: 644px
    }
}

@media (min-width:900px) {
    .Destination_Timeline_Block {
        max-width: 1200px;
        margin: 100px auto 155px
    }
    .Destination_Timeline_Block .mobile-svg {
        display: none
    }
    .Destination_Timeline_Block .desktop-svg {
        display: block
    }
    .Destination_Timeline_Block .svg-start {
        opacity: 0
    }
    .Destination_Timeline_Block .box {
        top: 2.25%
    }
    .Destination_Timeline_Block .box .justify-end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .Destination_Timeline_Block .box .flex-item:first-child {
        height: 9.9%
    }
    .Destination_Timeline_Block .box .flex-item:nth-child(2) {
        height: 10.5%
    }
    .Destination_Timeline_Block .box .flex-item:nth-child(3) {
        height: 11.9%
    }
    .Destination_Timeline_Block .box .flex-item:nth-child(4) {
        height: 14%
    }
    .Destination_Timeline_Block .box .flex-item:nth-child(5) {
        height: 13.6%
    }
    .Destination_Timeline_Block .box .flex-item:nth-child(6) {
        height: 17.6%
    }
    .Destination_Timeline_Block .box .flex-item:nth-child(7) {
        height: 7.6%
    }
    .Destination_Timeline_Block .box .flex-item:nth-child(8) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .Destination_Timeline_Block .box .flex-item .title {
        font-size: 30px
    }
    .Destination_Timeline_Block .box .flex-item .text {
        margin-top: 2em;
        font-size: 16px;
        letter-spacing: 0
    }
    .Destination_Timeline_Block .box .flex-item .one {
        margin-top: 10%;
        height: 40%;
        width: 45.3%;
        font-size: 30px;
        color: #2fcfa0;
        text-align: center
    }
    .Destination_Timeline_Block .box .flex-item .two {
        margin-left: 8%;
        width: 40.3%;
        height: 50%
    }
    .Destination_Timeline_Block .box .flex-item .three {
        margin-right: 14%;
        width: 48%;
        height: 50%;
        text-align: right
    }
    .Destination_Timeline_Block .box .flex-item .four {
        margin-left: 20%;
        width: 39%;
        height: 70%
    }
    .Destination_Timeline_Block .box .flex-item .five {
        height: 40%;
        width: 43.2%;
        margin-right: 5%
    }
    .Destination_Timeline_Block .box .flex-item .six {
        height: 60%;
        width: 39.8%;
        margin-left: 5%
    }
    .Destination_Timeline_Block .box .flex-item .seven {
        height: 70%;
        width: 34.8%;
        margin-right: 18%;
        text-align: right
    }
    .Destination_Timeline_Block .box .flex-item .eight {
        max-height: 200px;
        height: 100%;
        width: 47%
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .Destination_Timeline_Block svg {
        height: 3329.9px;
        width: 1015.5px
    }
    .Destination_Timeline_Block .box {
        height: 3329.9px;
        width: 100%
    }
    .Destination_Timeline_Block .grey-path {
        display: none
    }
}

.Filterable_News_List_Block {
    width: 100%;
    margin-top: 60px
}

.Filterable_News_List_Block #overlay {
    position: fixed;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none
}

.Filterable_News_List_Block #overlay.visible {
    display: inherit
}

.Filterable_News_List_Block .wrapper {
    padding: 0 2em;
    max-width: 1040px;
    margin: auto
}

.Filterable_News_List_Block .wrapper .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.Filterable_News_List_Block .wrapper .filters a.filter-toggle {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -.9px;
    color: #373433;
    text-decoration: none;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 26px;
    position: relative;
    margin-right: 30px
}

.Filterable_News_List_Block .wrapper .filters a.filter-toggle:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: translate(50%, 50%) rotate(-45deg);
    transform: translate(50%, 50%) rotate(-45deg);
    right: -20px;
    top: 5px;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.Filterable_News_List_Block .wrapper .filters.collapsed form {
    opacity: 0;
    height: 0;
    min-height: 0
}

.Filterable_News_List_Block .wrapper .filters.collapsed a.filter-toggle:after {
    top: 0;
    -webkit-transform: translate(50%, 50%) rotate(135deg);
    transform: translate(50%, 50%) rotate(135deg)
}

.Filterable_News_List_Block .wrapper .filters form {
    opacity: 1;
    -webkit-transition: min-height .3s ease-out;
    transition: min-height .3s ease-out;
    min-height: 132px;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2
}

.Filterable_News_List_Block .wrapper .filters form#news-filters .container {
    min-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 44px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    letter-spacing: -.69px
}

.Filterable_News_List_Block .wrapper .filters form#news-filters .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.Filterable_News_List_Block .wrapper .filters form#news-filters .container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    width: 44px;
    background-image: url(/Static/img/hub/greenShape-outline-315-check-0.svg);
    background-position: 50%;
    background-size: contain
}

.Filterable_News_List_Block .wrapper .filters form#news-filters .container .checkmark:after {
    display: none;
    content: "";
    position: absolute;
    left: 16px;
    top: 12px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.Filterable_News_List_Block .wrapper .filters form#news-filters .container:active input~.checkmark,
.Filterable_News_List_Block .wrapper .filters form#news-filters .container:focus input~.checkmark,
.Filterable_News_List_Block .wrapper .filters form#news-filters .container:hover input~.checkmark {
    background-image: url(/Static/img/hub/greenShape-outline-315-check-seafoam.svg)
}

.Filterable_News_List_Block .wrapper .filters form#news-filters .container input:checked~.checkmark {
    background-image: url(/Static/img/hub/greenShape-full-315.svg)
}

.Filterable_News_List_Block .wrapper .filters form#news-filters .container input:checked~.checkmark:after {
    display: block
}

.Filterable_News_List_Block .wrapper table.news-table {
    margin-top: 60px;
    border-spacing: 1em;
    border-collapse: collapse;
    color: #373433
}

.Filterable_News_List_Block .wrapper table.news-table td,
.Filterable_News_List_Block .wrapper table.news-table th {
    padding: 1em 0;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #ccc
}

.Filterable_News_List_Block .wrapper table.news-table td a,
.Filterable_News_List_Block .wrapper table.news-table th a {
    color: #2fcfa0
}

.Filterable_News_List_Block .wrapper table.news-table th {
    font-weight: 700
}

.Filterable_News_List_Block .wrapper table.news-table td:first-child {
    min-width: 120px
}

.Filterable_News_List_Block .wrapper .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Filterable_News_List_Block .wrapper .pagination,
.Filterable_News_List_Block .wrapper .pagination .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Filterable_News_List_Block .wrapper .pagination .btn {
    margin: 1em;
    padding: .5em 1em;
    background: none;
    border: 1px solid #373433;
    border-radius: 100px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 12px;
    font-size: .75rem;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    cursor: pointer
}

.Filterable_News_List_Block .wrapper .pagination .btn .chevron {
    width: 1em;
    height: 1em
}

.Filterable_News_List_Block .wrapper .pagination .btn.btn-prev .chevron {
    width: 1em;
    height: 1em;
    position: relative
}

.Filterable_News_List_Block .wrapper .pagination .btn.btn-prev .chevron:before {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg) scale(.686);
    transform: rotate(45deg) scale(.686);
    left: -1px;
    top: -1px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    border: 2px solid #373433;
    border-top: none;
    border-right: none
}

.Filterable_News_List_Block .wrapper .pagination .btn.btn-next .chevron {
    width: 1em;
    height: 1em;
    position: relative
}

.Filterable_News_List_Block .wrapper .pagination .btn.btn-next .chevron:before {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-135deg) scale(.686);
    transform: rotate(-135deg) scale(.686);
    left: -1px;
    top: -1px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    border: 2px solid #373433;
    border-top: none;
    border-right: none
}

.Filterable_News_List_Block .wrapper .pagination .btn:hover {
    opacity: .7
}

.Filterable_News_List_Block .wrapper .pagination .btn:disabled {
    opacity: .3;
    cursor: default
}

.Filterable_News_List_Block .wrapper .pagination .counter {
    font-size: 12px;
    font-size: .75rem
}

@media (min-width:900px) {
    .Filterable_News_List_Block {
        margin-top: 110px
    }
    .Filterable_News_List_Block .wrapper .filters form {
        -webkit-columns: 6;
        -moz-columns: 6;
        column-count: 6
    }
    .Filterable_News_List_Block .wrapper table.news-table {
        font-size: 20px;
        line-height: 21px;
        letter-spacing: -.88px;
        font-weight: 700
    }
}

.Headline_Block {
    position: relative;
    width: 100%;
    height: 625px;
    margin-top: 88px
}

.Headline_Block .container {
    background-position: 50%;
    height: 100%
}

.Headline_Block .container .gradient {
    position: absolute;
    top: 0;
    height: 375px;
    left: 0;
    width: 100%;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, hsla(0, 0%, 100%, .69412)), to(hsla(0, 0%, 100%, 0))) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .69412) 50%, hsla(0, 0%, 100%, 0)) 0 0 no-repeat padding-box;
    opacity: 1
}

.Headline_Block .container .title {
    position: relative;
    padding-top: 90px;
    margin: auto;
    text-align: center;
    color: #2fcfa0;
    max-width: 90%;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: -1.76px
}

@media (min-width:1200px) {
    .Headline_Block .container {
        background-size: cover
    }
}

.Generic_Template_Main_Block {
    margin: 60px auto 0;
    padding: 0 2em
}

.Generic_Template_Main_Block .chevron {
    width: 30px;
    height: 30px;
    position: relative;
    margin: auto
}

.Generic_Template_Main_Block .chevron:before {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-45deg) scale(.686);
    transform: rotate(-45deg) scale(.686);
    left: -1.5px;
    top: -1.5px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    border: 3px solid #373433;
    border-top: none;
    border-right: none
}

.Generic_Template_Main_Block .contents {
    margin-top: 60px;
    color: #373433;
    text-align: left;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -.69px
}

.Generic_Template_Main_Block .contents p {
    margin-bottom: 1em
}

.Generic_Template_Main_Block .contents hr {
    height: 0;
    border: 1px solid #e3e3e3;
    margin-top: 55px
}

.Generic_Template_Main_Block .contents hr+p {
    margin-top: 55px
}

@media (min-width:900px) {
    .Generic_Template_Main_Block {
        max-width: 1040px;
        margin: 80px auto 0
    }
    .Generic_Template_Main_Block .chevron {
        width: 40px;
        height: 40px;
        position: relative
    }
    .Generic_Template_Main_Block .chevron:before {
        content: "";
        width: 100%;
        height: 100%;
        -webkit-transform: rotate(-45deg) scale(.686);
        transform: rotate(-45deg) scale(.686);
        left: -1.5px;
        top: -1.5px;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        position: absolute;
        border: 3px solid #373433;
        border-top: none;
        border-right: none
    }
    .Generic_Template_Main_Block .contents {
        margin-top: 84px
    }
    .Generic_Template_Main_Block .contents hr {
        margin-top: 63px
    }
    .Generic_Template_Main_Block .contents hr+p {
        margin-top: 68px
    }
}

.Logo_List_Block {
    margin-top: 60px
}

.Logo_List_Block .chevron {
    width: 30px;
    height: 30px;
    position: relative;
    margin: auto
}

.Logo_List_Block .chevron:before {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-45deg) scale(.686);
    transform: rotate(-45deg) scale(.686);
    left: -1.5px;
    top: -1.5px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    border: 3px solid #373433;
    border-top: none;
    border-right: none
}

.Logo_List_Block .container {
    padding: 0 2em;
    margin: 60px auto 0
}

.Logo_List_Block .container .main-title {
    font-size: 40px;
    line-height: 82px;
    letter-spacing: -1.64px;
    color: #373433
}

.Logo_List_Block .container .main-title p {
    font-weight: 100
}

.Logo_List_Block .container .main-title p strong {
    font-weight: 300
}

.Logo_List_Block .container .main-description {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -.69px;
    color: #373433
}

.Logo_List_Block .container section {
    margin-top: 20px
}

.Logo_List_Block .container section .title {
    text-align: left;
    text-decoration: underline;
    font-size: 26px;
    line-height: 59px;
    letter-spacing: -.86px;
    color: #373433
}

.Logo_List_Block .container section .logo-list {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.Logo_List_Block .container section .logo-list * {
    margin-top: 20px;
    margin-right: 20px;
    max-width: 26%;
    max-height: 26%
}

@media (min-width:900px) {
    .Logo_List_Block {
        margin-top: 80px
    }
    .Logo_List_Block .chevron {
        width: 40px;
        height: 40px;
        position: relative
    }
    .Logo_List_Block .chevron:before {
        content: "";
        width: 100%;
        height: 100%;
        -webkit-transform: rotate(-45deg) scale(.686);
        transform: rotate(-45deg) scale(.686);
        left: -1.5px;
        top: -1.5px;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        position: absolute;
        border: 3px solid #373433;
        border-top: none;
        border-right: none
    }
    .Logo_List_Block .container {
        max-width: 1040px;
        margin: 90px auto 0
    }
    .Logo_List_Block .container .main-title {
        font-size: 30px;
        line-height: 82px;
        letter-spacing: -1.23px
    }
    .Logo_List_Block .container .main-description {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: -.69px
    }
    .Logo_List_Block .container section {
        margin-top: 70px
    }
    .Logo_List_Block .container section .title {
        font-size: 30px;
        line-height: 59px;
        letter-spacing: -.99px
    }
    .Logo_List_Block .container section .logo-list {
        padding: 20px 0 0;
        margin: 0 -20px
    }
    .Logo_List_Block .container section .logo-list * {
        margin: 20px;
        max-width: 18%
    }
}

.main_carousel_block_1_wrapper {
    position: relative;
    background-color: #2fcfa0;
    background-color: rgba(47, 207, 160, .4);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: 0 0
}

.main_carousel_block_1_wrapper .shade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(69%, hsla(0, 0%, 100%, .9451)), to(hsla(0, 0%, 100%, 0))) 0 0 no-repeat padding-box;
    background: transparent linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .9451) 69%, hsla(0, 0%, 100%, 0)) 0 0 no-repeat padding-box;
    height: 284px;
    z-index: 99
}

.main_carousel_block_1_wrapper .main_carousel_block_1 {
    width: 100%;
    height: 897px
}

.main_carousel_block_1_wrapper .main_carousel_block_1 .carousel-item,
.main_carousel_block_1_wrapper .main_carousel_block_1 .carousel-item-background {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: 0 0
}

.main_carousel_block_1_wrapper .main_carousel_block_1 .carousel-item {
    min-width: calc(100vw - 1em)
}

.main_carousel_block_1_wrapper .main_carousel_block_1 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.main_carousel_block_1_wrapper .main_carousel_block_1 .carousel-item-title {
    background-size: 436px;
    background-position: calc(50% - 26px) 50%
}

.main_carousel_block_1_wrapper .main_carousel_block_1 .carousel-item-title p,
.main_carousel_block_1_wrapper .main_carousel_block_1 .carousel-item-title span {
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    color: #fff;
    font-size: 47px;
    text-align: center;
    width: 250px;
    letter-spacing: -1.55px
}

.main_carousel_block_1_wrapper .main_carousel_block_1_dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 132px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0
}

.main_carousel_block_1_wrapper .main_carousel_block_1_dots .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin: 0
}

.main_carousel_block_1_wrapper .main_carousel_block_1_dots .slick-dots li {
    padding: 0 5px;
    position: relative;
    width: 24px
}

.main_carousel_block_1_wrapper .main_carousel_block_1_dots .slick-dots li button {
    color: transparent;
    border: none;
    background-color: #fff;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.main_carousel_block_1_wrapper .main_carousel_block_1_dots .slick-dots li.slick-active button {
    background-color: #2fcfa0
}

.main_carousel_block_1_wrapper.shape-rotation-175deg div {
    background-image: none !important
}

.main_carousel_block_1_wrapper.shape-rotation-175deg .carousel-item-title {
    position: relative
}

.main_carousel_block_1_wrapper.shape-rotation-175deg .carousel-item-title:before {
    content: "";
    position: absolute;
    background-image: url(/Static/img/hub/greenShape-full.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 360px;
    -webkit-transform: matrix(-1, .09, -.09, -1, 0, 0) scale(.9);
    transform: matrix(-1, .09, -.09, -1, 0, 0) scale(.9);
    z-index: -1
}

@media (min-width:900px) {
    .main_carousel_block_1_wrapper.shape-rotation-175deg .carousel-item-title:before {
        -webkit-transform: matrix(-1, .09, -.09, -1, 0, 0);
        transform: matrix(-1, .09, -.09, -1, 0, 0)
    }
}

.main_carousel_block_1_wrapper.shape-rotation-159deg div {
    background-image: none !important
}

.main_carousel_block_1_wrapper.shape-rotation-159deg .carousel-item-title {
    position: relative;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

@media (min-width:900px) {
    .main_carousel_block_1_wrapper.shape-rotation-159deg .carousel-item-title {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.main_carousel_block_1_wrapper.shape-rotation-159deg .carousel-item-title:before {
    content: "";
    position: absolute;
    background-image: url(/Static/img/hub/greenShape-full.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 360px;
    -webkit-transform: matrix(-.9, .44, -.44, -.9, 0, 0);
    transform: matrix(-.9, .44, -.44, -.9, 0, 0);
    z-index: -1
}

.main_carousel_block_1_wrapper.shape-rotation-159deg .carousel-item-title p {
    margin-left: 16px
}

.main_carousel_block_1_wrapper.shape-rotation-179deg div {
    background-image: none !important
}

.main_carousel_block_1_wrapper.shape-rotation-179deg .carousel-item-title {
    position: relative;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

@media (min-width:900px) {
    .main_carousel_block_1_wrapper.shape-rotation-179deg .carousel-item-title {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.main_carousel_block_1_wrapper.shape-rotation-179deg .carousel-item-title:before {
    content: "";
    position: absolute;
    background-image: url(/Static/img/hub/greenShape-full.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 360px;
    -webkit-transform: matrix(-.99, -.16, .16, -.99, 0, 0);
    transform: matrix(-.99, -.16, .16, -.99, 0, 0);
    z-index: -1
}

.main_carousel_block_1_wrapper.shape-rotation-179deg .carousel-item-title p {
    margin-left: -36px
}

.main_carousel_block_1_wrapper.shape-rotation-189deg div {
    background-image: none !important
}

.main_carousel_block_1_wrapper.shape-rotation-189deg .carousel-item-title {
    position: relative;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

@media (min-width:900px) {
    .main_carousel_block_1_wrapper.shape-rotation-189deg .carousel-item-title {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.main_carousel_block_1_wrapper.shape-rotation-189deg .carousel-item-title:before {
    content: "";
    position: absolute;
    background-image: url(/Static/img/hub/greenShape-full.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 360px;
    -webkit-transform: matrix(-1, .02, -.02, -1, 0, 0);
    transform: matrix(-1, .02, -.02, -1, 0, 0);
    z-index: -1
}

.main_carousel_block_1_wrapper.shape-rotation-189deg .carousel-item-title p {
    margin-left: -36px
}

.main_carousel_block_1_wrapper.shape-rotation-165deg div {
    background-image: none !important
}

.main_carousel_block_1_wrapper.shape-rotation-165deg .carousel-item-title {
    position: relative;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

@media (min-width:900px) {
    .main_carousel_block_1_wrapper.shape-rotation-165deg .carousel-item-title {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.main_carousel_block_1_wrapper.shape-rotation-165deg .carousel-item-title:before {
    content: "";
    position: absolute;
    background-image: url(/Static/img/hub/greenShape-full.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 360px;
    -webkit-transform: matrix(-.97, -.26, .26, -.97, 0, 0);
    transform: matrix(-.97, -.26, .26, -.97, 0, 0);
    z-index: -1
}

.main_carousel_block_1_wrapper.shape-rotation-165deg .carousel-item-title p {
    margin-left: -36px
}

.main_carousel_block_1_wrapper.company-page .main_carousel_block_1 .carousel-item-title p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: justScript, justSans, quicksandLatin, quicksandBook, sans-serif
}

.main_carousel_block_1_wrapper.company-page .main_carousel_block_1 .carousel-item-title p b,
.main_carousel_block_1_wrapper.company-page .main_carousel_block_1 .carousel-item-title p strong {
    font-size: 80px;
    line-height: 39px;
    letter-spacing: -.72px;
    font-weight: 100
}

.main_carousel_block_1_wrapper.company-page .main_carousel_block_1 .carousel-item-title p em,
.main_carousel_block_1_wrapper.company-page .main_carousel_block_1 .carousel-item-title p i {
    text-align: left;
    font-size: 30px;
    line-height: 27px;
    letter-spacing: 1.5px;
    font-style: normal;
    margin-left: 11px;
    font-weight: 100
}

@media (min-width:900px) {
    .main_carousel_block_1_wrapper .shade {
        height: 202px
    }
    .main_carousel_block_1_wrapper .main_carousel_block_1 {
        height: 572px
    }
    .main_carousel_block_1_wrapper .main_carousel_block_1_dots {
        opacity: 1;
        bottom: 62px
    }
    .main_carousel_block_1_wrapper .main_carousel_block_1_dots .slick-dots li,
    .main_carousel_block_1_wrapper .main_carousel_block_1_dots .slick-dots li button {
        width: 16px;
        height: 16px
    }
}

.main_carousel_block_2_wrapper {
    position: relative;
    background-color: #2fcfa0;
    background-color: rgba(47, 207, 160, .4);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: 0 0
}

.main_carousel_block_2_wrapper .main_carousel_block_2 {
    width: 100%;
    height: 897px
}

.main_carousel_block_2_wrapper .main_carousel_block_2 .carousel-item,
.main_carousel_block_2_wrapper .main_carousel_block_2 .carousel-item-background {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: 0 0
}

.main_carousel_block_2_wrapper .main_carousel_block_2 .carousel-item {
    min-width: calc(100vw - 1em)
}

.main_carousel_block_2_wrapper .main_carousel_block_2 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    background-position: 15%;
    background-repeat: no-repeat
}

.main_carousel_block_2_wrapper .main_carousel_block_2 .carousel-item-title {
    position: relative;
    background-size: 436px;
    background-position: calc(50% - 26px) 50%
}

.main_carousel_block_2_wrapper .main_carousel_block_2 .carousel-item-title p,
.main_carousel_block_2_wrapper .main_carousel_block_2 .carousel-item-title span {
    position: relative;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    color: #fff;
    font-size: 47px;
    line-height: 1;
    letter-spacing: -1.55px;
    width: 250px
}

.main_carousel_block_2_wrapper .main_carousel_block_2_dots {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main_carousel_block_2_wrapper .main_carousel_block_2_dots .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

.main_carousel_block_2_wrapper .main_carousel_block_2_dots .slick-dots li {
    padding: 0 5px;
    position: relative;
    width: 16px
}

.main_carousel_block_2_wrapper .main_carousel_block_2_dots .slick-dots li button {
    color: transparent;
    border: none;
    background-color: #fff;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.main_carousel_block_2_wrapper .main_carousel_block_2_dots .slick-dots li.slick-active button {
    background-color: #2fcfa0
}

.main_carousel_block_2_wrapper.shape-rotation-195deg div {
    background-image: none !important
}

.main_carousel_block_2_wrapper.shape-rotation-195deg .carousel-item-title:before {
    content: "";
    position: absolute;
    background-image: url(/Static/img/hub/greenShape-full.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 360px;
    left: 50%;
    -webkit-transform: translateX(-50%) matrix(-.97, -.26, .26, -.97, 0, 0);
    transform: translateX(-50%) matrix(-.97, -.26, .26, -.97, 0, 0)
}

.main_carousel_block_2_wrapper.shape-rotation-342deg div {
    background-image: none !important
}

.main_carousel_block_2_wrapper.shape-rotation-342deg .carousel-item-title:before {
    content: "";
    position: absolute;
    background-image: url(/Static/img/hub/greenShape-full.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 360px;
    left: 50%;
    -webkit-transform: translateX(-50%) matrix(.95, -.31, .31, .95, 0, 0) scale(.9);
    transform: translateX(-50%) matrix(.95, -.31, .31, .95, 0, 0) scale(.9)
}

.main_carousel_block_2_wrapper.shape-rotation-165deg div {
    background-image: none !important
}

.main_carousel_block_2_wrapper.shape-rotation-165deg .carousel-item-title {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.main_carousel_block_2_wrapper.shape-rotation-165deg .carousel-item-title:before {
    content: "";
    position: absolute;
    background-image: url(/Static/img/hub/greenShape-full.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 360px;
    height: 360px;
    left: 50%;
    -webkit-transform: translateX(-50%) matrix(-.97, -.26, .26, -.97, 0, 0);
    transform: translateX(-50%) matrix(-.97, -.26, .26, -.97, 0, 0)
}

@media (min-width:900px) {
    .main_carousel_block_2_wrapper.shape-rotation-195deg .main_carousel_block_2 .carousel-item-title:before {
        left: 15%;
        top: 138px;
        -webkit-transform: matrix(-.97, -.26, .26, -.97, 0, 0);
        transform: matrix(-.97, -.26, .26, -.97, 0, 0)
    }
    .main_carousel_block_2_wrapper.shape-rotation-195deg .main_carousel_block_2 .carousel-item-title p,
    .main_carousel_block_2_wrapper.shape-rotation-195deg .main_carousel_block_2 .carousel-item-title span {
        padding-top: 88px
    }
    .main_carousel_block_2_wrapper.shape-rotation-342deg .main_carousel_block_2 .carousel-item-title:before {
        left: 15%;
        top: 138px;
        -webkit-transform: matrix(.95, -.31, .31, .95, 0, 0);
        transform: matrix(.95, -.31, .31, .95, 0, 0)
    }
    .main_carousel_block_2_wrapper.shape-rotation-342deg .main_carousel_block_2 .carousel-item-title p,
    .main_carousel_block_2_wrapper.shape-rotation-342deg .main_carousel_block_2 .carousel-item-title span {
        padding-top: 40px;
        padding-left: 55px
    }
    .main_carousel_block_2_wrapper.shape-rotation-124deg .main_carousel_block_2 .carousel-item-title:before {
        left: 15%;
        top: 138px;
        -webkit-transform: matrix(-.57, .82, -.82, -.57, 0, 0);
        transform: matrix(-.57, .82, -.82, -.57, 0, 0)
    }
    .main_carousel_block_2_wrapper.shape-rotation-124deg .main_carousel_block_2 .carousel-item-title p,
    .main_carousel_block_2_wrapper.shape-rotation-124deg .main_carousel_block_2 .carousel-item-title span {
        padding-top: 40px;
        padding-left: 90px
    }
    .main_carousel_block_2_wrapper.shape-rotation-165deg .main_carousel_block_2 .carousel-item-title:before {
        left: 15%;
        top: 138px;
        -webkit-transform: matrix(-.97, -.26, .26, -.97, 0, 0);
        transform: matrix(-.97, -.26, .26, -.97, 0, 0)
    }
    .main_carousel_block_2_wrapper.shape-rotation-165deg .main_carousel_block_2 .carousel-item-title p,
    .main_carousel_block_2_wrapper.shape-rotation-165deg .main_carousel_block_2 .carousel-item-title span {
        padding-top: 60px;
        padding-left: 70px
    }
    .main_carousel_block_2_wrapper .main_carousel_block_2 {
        height: 572px
    }
    .main_carousel_block_2_wrapper .main_carousel_block_2 .carousel-item-title {
        background-position: 15% 70%
    }
    .main_carousel_block_2_wrapper .main_carousel_block_2 .carousel-item-title p,
    .main_carousel_block_2_wrapper .main_carousel_block_2 .carousel-item-title span {
        left: 15%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        font-size: 42px;
        line-height: 47px;
        letter-spacing: -1.39px;
        width: 204px;
        padding-left: 70px;
        padding-top: 30px
    }
    .main_carousel_block_2_wrapper .main_carousel_block_2_dots {
        display: ""
    }
}

.MasterPage_Footer {
    padding-top: 28px
}

.MasterPage_Footer .footer-container {
    background-color: #373433;
    color: #fff;
    min-height: 855px
}

.MasterPage_Footer .footer-container,
.MasterPage_Footer .footer-container .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.MasterPage_Footer .footer-container .links {
    padding-top: 91px;
    width: 100%;
    height: auto
}

.MasterPage_Footer .footer-container .links ul {
    list-style-type: none;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    margin: 0;
    padding: 0
}

.MasterPage_Footer .footer-container .links ul li {
    text-align: center;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1.12px;
    opacity: 1;
    width: 245px
}

.MasterPage_Footer .footer-container .links ul li a {
    color: #fff;
    text-decoration: none
}

.MasterPage_Footer .footer-container .links ul:nth-child(2) {
    margin-top: 27px;
    width: 245px
}

.MasterPage_Footer .footer-container .links ul:nth-child(3) {
    margin-top: 27px;
    width: 245px
}

.MasterPage_Footer .footer-container .phrase {
    margin-top: 21px;
    width: 362px;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -1.12px;
    text-align: center
}

.MasterPage_Footer .footer-container .logo-part-just {
    margin-top: 50px
}

@media (min-width:900px) {
    .MasterPage_Footer {
        padding-top: 52px
    }
    .MasterPage_Footer .footer-container {
        min-height: 280px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .MasterPage_Footer .footer-container .links {
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
        height: 171px;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        position: relative
    }
    .MasterPage_Footer .footer-container .links,
    .MasterPage_Footer .footer-container .links ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .MasterPage_Footer .footer-container .links ul {
        -webkit-box-orient: vertical;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap
    }
    .MasterPage_Footer .footer-container .links ul li {
        text-align: left;
        font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0
    }
    .MasterPage_Footer .footer-container .links ul:first-child {
        width: 245px;
        height: 171px;
        -webkit-box-flex: 245px;
        -ms-flex: 245px 0 25%;
        flex: 245px 0 25%;
        overflow: hidden
    }
    .MasterPage_Footer .footer-container .links ul:nth-child(2) {
        height: 171px;
        padding-left: 60px;
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%
    }
    .MasterPage_Footer .footer-container .links ul:nth-child(3) {
        height: 171px;
        padding-left: 60px;
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%
    }
    .MasterPage_Footer .footer-container .links .phrase {
        letter-spacing: 0;
        position: absolute;
        top: 80px;
        left: 245px;
        margin: 0;
        padding-left: 60px;
        max-width: 300px;
        font-size: 14px;
        line-height: 26px;
        text-align: left
    }
    .MasterPage_Footer .footer-container .links .phrase p {
        margin: 0
    }
    .MasterPage_Footer .footer-container .logo-part-just {
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4;
        text-align: right;
        margin-top: 0
    }
}

.master-page-header {
    position: fixed;
    opacity: 1;
    top: 0;
    right: 0;
    left: 0;
    z-index: 101;
    background-color: #fff
}

.master-page-header .styled-burger {
    display: none
}

.master-page-header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 88px;
    font-size: .8em;
    margin: 0 auto;
    max-width: 1200px
}

.master-page-header nav .logo img {
    width: 64px;
    height: 54px
}

.master-page-header nav ul.main {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 87px;
    padding-right: 133px;
    font-size: 16px;
    font-weight: 400
}

.master-page-header nav ul.main>li {
    position: relative
}

.master-page-header nav ul.main>li span {
    padding: 8px;
    display: inline-block
}

.master-page-header nav ul.main>li a {
    color: #000;
    display: block;
    padding: 8px;
    text-decoration: none;
    text-align: center
}

.master-page-header nav ul.main>li:hover>a,
.master-page-header nav ul.main>li a:hover {
    color: #2fcfa0
}

.master-page-header nav ul.main>li ul.sub-menu {
    position: absolute;
    top: 0;
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .9);
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding: 0 .5em;
    font-size: .75em;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 10px;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%) scaleY(0);
    transform: translate(-50%) scaleY(0);
    font-size: 16px
}

.master-page-header nav ul.main>li ul.sub-menu li>a {
    color: #2fcfa0
}

.master-page-header nav ul.main>li ul.sub-menu li:hover:not(:first-child)>a {
    color: #000
}

.master-page-header nav ul.main>li ul.sub-menu li:first-child>a {
    font-weight: 1000
}

.master-page-header nav ul.main>li ul.sub-menu .cursor {
    cursor: default
}

.master-page-header nav ul.main li:hover>ul.sub-menu {
    opacity: 1;
    -webkit-transform: translate(-50%) scaleY(1);
    transform: translate(-50%) scaleY(1)
}

.master-page-header .search-container {
    position: relative
}

.master-page-header .search-container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.master-page-header .search-container form .search-field {
    border: 1px solid #373433;
    padding: 6px 10px 6px 36px;
    border-radius: 2em;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    width: 13px;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    color: #373433
}

.master-page-header .search-container form .search-field:focus {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    width: 100px
}

.master-page-header .search-container form .search-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 2;
    top: 8px;
    left: 8px
}

@media (max-width:900px) {
    .master-page-header {
        height: 284px
    }
    .master-page-header.closed {
        height: auto
    }
    .master-page-header .styled-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 30px;
        height: 30px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
    .master-page-header .styled-burger:hover {
        cursor: pointer
    }
    .master-page-header .styled-burger div {
        width: 100%;
        height: 2px;
        border-radius: 2px;
        -webkit-transform-origin: 1px;
        transform-origin: 1px;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        background-color: #373433
    }
    .master-page-header .styled-burger div:first-child {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    .master-page-header .styled-burger div:nth-child(2) {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    .master-page-header .styled-burger div:nth-child(3) {
        -webkit-transform: rotate(0deg) scaleX(.5);
        transform: rotate(0deg) scaleX(.5)
    }
    .master-page-header.closed .search-container {
        display: none
    }
    .master-page-header.open .styled-burger div:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .master-page-header.open .styled-burger div:nth-child(2) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0
    }
    .master-page-header.open .styled-burger div:nth-child(3) {
        -webkit-transform: rotate(-45deg) scaleX(1);
        transform: rotate(-45deg) scaleX(1)
    }
    .master-page-header.open .styled-burger .search-container,
    .master-page-header.open nav ul.main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .master-page-header.open nav ul.main {
        overflow: scroll
    }
    .master-page-header nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 47px;
        background-color: #fff;
        font-size: 1.5em;
        padding: 18px 33px 15px
    }
    .master-page-header nav .logo img {
        width: 57px;
        height: 47px
    }
    .master-page-header nav ul.main {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 60px 10px 10px 50px;
        font-size: 1em;
        background-color: #fff;
        -webkit-margin-before: 0;
        margin-block-start: 0;
        -webkit-margin-after: 0;
        margin-block-end: 0
    }
    .master-page-header nav ul.main>li a {
        color: #000;
        display: block;
        padding: 8px;
        text-decoration: none;
        text-align: left
    }
    .master-page-header nav ul.main>li:hover>a,
    .master-page-header nav ul.main>li a:hover {
        color: #2fcfa0
    }
    .master-page-header nav ul.main>li.menu:after,
    .master-page-header nav ul.main>li.menu:hover:after {
        content: none
    }
    .master-page-header nav ul.main>li.menu>a:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #373433;
        position: absolute;
        top: .8em;
        left: -20px;
        -webkit-transition: -webkit-transform .3s ease-in-out;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
    }
    .master-page-header nav ul.main>li.menu:hover>a:after {
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #2fcfa0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .master-page-header nav ul.main>li.menu ul.sub-menu {
        position: inherit;
        top: 0;
        height: 0;
        background-color: #fff;
        background-color: hsla(0, 0%, 100%, .9);
        font-size: .85em;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 0;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        opacity: 0;
        padding: 0
    }
    .master-page-header nav ul.main>li.menu ul.sub-menu .remove {
        display: none
    }
    .master-page-header nav ul.main>li.menu ul.sub-menu .remove-two {
        display: block
    }
    .master-page-header nav ul.main>li.menu ul.sub-menu li:first-child>a {
        font-weight: 400
    }
    .master-page-header nav ul.main>li.menu ul.sub-menu:after,
    .master-page-header nav ul.main>li.menu ul.sub-menu:before {
        content: none
    }
    .master-page-header nav ul.main li:hover>ul.sub-menu {
        opacity: 1;
        -webkit-transform: translate(-50%) scaleY(1);
        transform: translate(-50%) scaleY(1);
        height: 100%;
        padding: 0 2em 1em
    }
    .master-page-header .search-container {
        position: absolute
    }
    .master-page-header .search-container form {
        position: absolute;
        top: 50px;
        left: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .master-page-header .search-container form .search-field {
        border: 1px solid #373433;
        padding: 10px 10px 10px 40px;
        border-radius: 2em;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0;
        width: 24px;
        font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
        font-size: .75em;
        color: #373433
    }
    .master-page-header .search-container form .search-field:focus {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        width: 200px
    }
    .master-page-header .search-container form .search-icon {
        position: absolute;
        width: 24px;
        height: 24px;
        z-index: 2;
        top: 10px;
        left: 10px
    }
}

.Profile_List_Block {
    margin: 25px auto 0;
    padding: 2em
}

.Profile_List_Block .wrapper {
    margin: auto
}

.Profile_List_Block .wrapper>.title {
    font-size: 26px;
    line-height: 59px;
    letter-spacing: -1px;
    font-weight: 700
}

.Profile_List_Block .wrapper>.instructions {
    margin-top: 20px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: 400
}

.Profile_List_Block .wrapper .team-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 28px -7px -7px
}

.Profile_List_Block .wrapper .team-grid .team-member {
    cursor: pointer;
    position: relative;
    width: 109px;
    height: 118px;
    margin: 7px;
    filter: url(/Static/img/hub/filters.svg#grayscale);
    -webkit-filter: grayscale(1);
    background-position: 50%;
    background-size: cover;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.Profile_List_Block .wrapper .team-grid .team-member.selected {
    opacity: .1
}

.Profile_List_Block .wrapper .member-details {
    opacity: 0;
    height: 0;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    position: relative
}

.Profile_List_Block .wrapper .member-details .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 29px;
    height: 29px;
    cursor: pointer
}

.Profile_List_Block .wrapper .member-details .close g ellipse {
    fill: #373433
}

.Profile_List_Block .wrapper .member-details .close:hover g ellipse {
    fill: #32cea1
}

.Profile_List_Block .wrapper .member-details.showing-member {
    opacity: 1;
    height: inherit
}

.Profile_List_Block .wrapper .member-details .photo {
    width: 237px;
    height: 257px;
    background-position: 50%;
    background-size: cover
}

.Profile_List_Block .wrapper .member-details .details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #373433
}

.Profile_List_Block .wrapper .member-details .details .name-and-title {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -1px;
    margin-top: 41px
}

.Profile_List_Block .wrapper .member-details .details .bio {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0
}

.Profile_List_Block .wrapper .member-details .details .contacts {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Profile_List_Block .wrapper .member-details .details .contacts>* {
    margin-right: 8px
}

@media (min-width:900px) {
    .Profile_List_Block {
        max-width: 1040px;
        margin: 100px auto 0;
        padding: 0 2em
    }
    .Profile_List_Block .wrapper {
        max-width: inherit
    }
    .Profile_List_Block .wrapper>.title {
        font-size: 30px;
        line-height: 59px;
        letter-spacing: -1px
    }
    .Profile_List_Block .wrapper>.instructions {
        margin-top: 70px;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0;
        font-weight: 700
    }
    .Profile_List_Block .wrapper .team-grid {
        margin: 32px -10.5px
    }
    .Profile_List_Block .wrapper .team-grid .team-member {
        width: 191px;
        height: 207px;
        margin: 10.5px
    }
    .Profile_List_Block .wrapper .member-details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0;
        padding-bottom: 0
    }
    .Profile_List_Block .wrapper .member-details .photo {
        width: 403px;
        height: 438px
    }
    .Profile_List_Block .wrapper .member-details .details {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 120px
    }
    .Profile_List_Block .wrapper .member-details .details .name-and-title {
        font-size: 30px;
        line-height: 28px;
        letter-spacing: -1px;
        margin-top: 0
    }
    .Profile_List_Block .wrapper .member-details .details .bio {
        margin-top: 36px;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0
    }
    .Profile_List_Block .wrapper .member-details .details .contacts>* {
        margin-right: 10px
    }
}

.Search_Results {
    margin: 12.5rem auto;
    padding: 0 2em;
    max-width: 1200px
}

.Search_Results .title {
    color: #373433;
    font-family: justScript, justSans, quicksandLatin, quicksandBook, sans-serif;
    margin-bottom: 47px
}

.Search_Results .form {
    width: 100%;
    height: 100%
}

.Search_Results .input-wrapper {
    width: 60%;
    height: 47px;
    position: relative
}

.Search_Results .input-wrapper .input-form {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 47px;
    border: 1px solid #383c4b;
    padding: 0 1em
}

.Search_Results .input-wrapper .x {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -14px;
    width: 14px;
    height: 14px;
    cursor: pointer
}

.Search_Results .input-wrapper .x:before {
    content: "";
    height: 14px;
    border-left: 1px solid #373433;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 6px
}

.Search_Results .input-wrapper .x:after {
    content: "";
    height: 14px;
    border-left: 1px solid #373433;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 6px
}

.Search_Results .input-wrapper svg {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -65px;
    cursor: pointer
}

.Search_Results .input-wrapper .input-button {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: -80px;
    cursor: pointer;
    width: 47px;
    height: 47px;
    opacity: 0
}

.Search_Results .result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2rem;
    text-decoration: none
}

.Search_Results .result-title {
    font-size: 20px;
    margin-top: 1rem;
    color: #373433
}

.Search_Results .result-text {
    font-size: 16px;
    color: #373433
}

.Search_Results .result-url-container {
    font-size: 16px;
    color: #373433;
    margin-top: 1rem
}

.Search_Results .result-url {
    border-bottom: #2fcfa0;
    border-bottom-width: thin;
    border-bottom-style: solid;
    display: inline
}

.Search_Results section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.Search_Results section .list {
    width: 100%;
    max-width: 1200px
}

.Search_Results section .pagenumbers-text {
    position: absolute;
    bottom: -80px;
    left: 0;
    height: 24px;
    width: 100%;
    font-size: 20px;
    letter-spacing: -.86px;
    font-weight: 100;
    opacity: 0
}

.Search_Results section .pagenumbers {
    position: absolute;
    bottom: -126px;
    left: 0
}

.Search_Results section .pagenumbers button {
    display: inline-block;
    border: none;
    padding: 0;
    font-size: 16px;
    width: 16px;
    height: 16px;
    margin: 0 .2em 0 0;
    background-color: #fff;
    color: #373433
}

.Search_Results section .pagenumbers button:hover {
    cursor: pointer
}

.Search_Results section .pagenumbers button.active {
    color: #2fcfa0
}

.Search_Results section #no-results-found {
    width: 100%;
    height: 47px;
    margin-top: 47px;
    display: none;
    font-size: 16px;
    color: #373433
}

.Site_Map {
    margin: 12.5rem auto 3rem;
    padding: 0 2em;
    max-width: 1200px;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

.Site_Map ul li {
    line-height: 32px;
    line-height: 2rem
}

.Site_Map ul li a {
    color: #373433
}

.Site_Map ul li a:hover {
    color: #2fcfa0
}

.Social_Media_Share_Block {
    margin: 30px auto 0;
    padding: 0 2em
}

.Social_Media_Share_Block .article-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px
}

.Social_Media_Share_Block .article-header .article-date {
    display: block;
    padding-bottom: 1em;
    border-bottom: 2px solid #e3e3e3;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.Social_Media_Share_Block .article-header .link-back {
    display: none
}

.Social_Media_Share_Block .container {
    margin: 60px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Social_Media_Share_Block .container a {
    margin-right: 11px;
    background-color: #2fcfa0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.Social_Media_Share_Block .container a.at300b,
.Social_Media_Share_Block .container a.at300m {
    line-height: 50px;
    height: 50px;
    width: 48px
}

.Social_Media_Share_Block .container a.addthis_button_twitter {
    background-color: #1da1f2
}

.Social_Media_Share_Block .container a.addthis_button_facebook {
    background-color: #3b5998
}

.Social_Media_Share_Block .container a.addthis_button_email {
    background-color: #848484
}

.Social_Media_Share_Block .container a.addthis_button_compact {
    background-color: #ff6550
}

@media (min-width:900px) {
    .Social_Media_Share_Block {
        margin: 69px auto 0;
        max-width: 1040px
    }
    .Social_Media_Share_Block .article-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 16px
    }
    .Social_Media_Share_Block .article-header .article-date {
        display: block;
        padding-bottom: 1em;
        border-bottom: 2px solid #e3e3e3;
        -webkit-box-flex: 0.25;
        -ms-flex: 0.25;
        flex: 0.25
    }
    .Social_Media_Share_Block .article-header .link-back {
        display: inline-block
    }
    .Social_Media_Share_Block .article-header .link-back a {
        color: #000;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer
    }
    .Social_Media_Share_Block .article-header .link-back a .arrow-left {
        width: .8em;
        height: .8em;
        position: relative
    }
    .Social_Media_Share_Block .article-header .link-back a .arrow-left:before {
        content: "";
        width: 100%;
        height: 100%;
        -webkit-transform: rotate(45deg) scale(.686);
        transform: rotate(45deg) scale(.686);
        left: -1.5px;
        top: -1.5px;
        -webkit-transform-origin: center center;
        transform-origin: center center;
        position: absolute;
        border: 3px solid #373433;
        border-top: none;
        border-right: none
    }
    .Social_Media_Share_Block .article-header .link-back a .arrow-left:after {
        content: "";
        position: absolute;
        height: 2px;
        background-color: #373433;
        width: 1.5em;
        top: 50%
    }
    .Social_Media_Share_Block .article-header .link-back a span {
        padding-left: 1em
    }
    .Social_Media_Share_Block .container {
        margin: 40px auto 0
    }
    .Social_Media_Share_Block .container a {
        margin-right: 8px;
        width: 36px;
        height: 36px;
        border-radius: 50%
    }
    .Social_Media_Share_Block .container a img {
        width: 20px;
        height: 20px
    }
    .Social_Media_Share_Block .container a.at300b,
    .Social_Media_Share_Block .container a.at300m {
        line-height: 50px;
        height: 36px;
        width: 34px
    }
    .Social_Media_Share_Block .container a.at300b span,
    .Social_Media_Share_Block .container a.at300m span {
        background-color: transparent !important;
        width: 28px !important;
        height: 30px !important
    }
    .Social_Media_Share_Block .container a.at300b span svg,
    .Social_Media_Share_Block .container a.at300m span svg {
        width: 28px !important;
        height: 28px !important
    }
}

.Summary_Card_Block_1 {
    padding: 3.75rem 2em;
    margin: auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Summary_Card_Block_1,
.Summary_Card_Block_1 .new-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.Summary_Card_Block_1 .new-btn {
    max-width: 1200px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.Summary_Card_Block_1 .new-btn a {
    color: #2fcfa0;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: -.92px;
    padding: 13px 24px;
    border: 3px solid #2fcfa0;
    border-radius: 45px;
    opacity: 1;
    text-decoration: none
}

.Summary_Card_Block_1 .new-btn a:hover {
    background-color: #2fcfa0;
    background-color: rgba(47, 207, 160, .4);
    color: #fff
}

.Summary_Card_Block_1 .title {
    margin: 0;
    padding: 0;
    text-align: center;
    height: 37px;
    letter-spacing: -1px;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    color: #373433;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Summary_Card_Block_1 .title,
.Summary_Card_Block_1 .title>p {
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.Summary_Card_Block_1 .title .just-logo {
    font-family: justScript, justSans, quicksandLatin, quicksandBook, sans-serif;
    text-decoration: none;
    margin: 0 .25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Summary_Card_Block_1 .title .just-logo img {
    width: 68px;
    height: 30px
}

.Summary_Card_Block_1 .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1160px
}

.Summary_Card_Block_1 .description .text {
    display: none;
    text-align: center;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    color: #707070;
    opacity: 1;
    letter-spacing: 0
}

.Summary_Card_Block_1 .description .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 3.75rem
}

.Summary_Card_Block_1 .description .actions a {
    color: #2fcfa0;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: -.92px;
    padding: 13px 24px;
    border: 3px solid #2fcfa0;
    border-radius: 45px;
    opacity: 1;
    text-decoration: none
}

.Summary_Card_Block_1 .description .actions a:hover {
    background-color: #2fcfa0;
    background-color: rgba(47, 207, 160, .4);
    color: #fff
}

@media (min-width:900px) {
    .Summary_Card_Block_1 {
        padding-top: 6.875rem;
        padding-bottom: 98px;
        max-width: 1040px
    }
    .Summary_Card_Block_1 .title {
        height: 36px;
        font-size: 36px;
        letter-spacing: -1px
    }
    .Summary_Card_Block_1 .title .just-logo {
        margin: 0 .5em
    }
    .Summary_Card_Block_1 .title .just-logo img {
        width: 57px;
        height: 25px
    }
    .Summary_Card_Block_1 .description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 819px;
        margin-top: 36px
    }
    .Summary_Card_Block_1 .description .text {
        display: inherit;
        font-size: 16px;
        line-height: 17px;
        letter-spacing: 0
    }
    .Summary_Card_Block_1 .description .actions {
        padding-top: 98px
    }
    .Summary_Card_Block_1 .description .actions a {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.88px;
        padding: 10px 26px;
        border: 2px solid #2fcfa0
    }
}

.Summary_Card_Block_2 {
    margin: 150px auto 0;
    width: 100%;
    height: 171px;
    overflow: hidden;
    background-color: #2fcfa0
}

.Summary_Card_Block_2 .wrapper {
    position: relative
}

.Summary_Card_Block_2 .wrapper,
.Summary_Card_Block_2 .wrapper .contents {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Summary_Card_Block_2 .wrapper .contents {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.Summary_Card_Block_2 .wrapper .contents h1 {
    padding: 0;
    margin: 0;
    font-size: 21px;
    font-weight: 300
}

.Summary_Card_Block_2 .wrapper .contents .title {
    font-weight: 700;
    font-size: 21px;
    line-height: 40px;
    letter-spacing: -1.55px;
    color: #fff;
    padding: 9px 0;
    font-weight: 300
}

.Summary_Card_Block_2 .wrapper .contents .text {
    font-size: 21px;
    line-height: 22px;
    letter-spacing: -.9px;
    color: #fff
}

.Summary_Card_Block_2 .wrapper .contents .text p {
    margin: 0;
    padding: 9px 0;
    text-align: center;
    font-size: 21px;
    font-weight: 300
}

.Summary_Card_Block_2 .wrapper .contents .actions {
    margin: 9px 0;
    border: 2px solid #fff;
    border-radius: 45px;
    width: 118px;
    height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Summary_Card_Block_2 .wrapper .contents .actions:hover {
    background: #fff
}

.Summary_Card_Block_2 .wrapper .contents .actions:hover a {
    background: #fff;
    color: #2fcfa0
}

.Summary_Card_Block_2 .wrapper .contents .actions a {
    padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 19px;
    letter-spacing: -.7px;
    text-decoration: none;
    background: #2fcfa0
}

.Summary_Card_Block_2 .wrapper .contents a.auxiliary-link {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.69px;
    margin: 9px 0
}

.Summary_Card_Block_2 .wrapper .left_img {
    position: absolute;
    left: -205px;
    top: -230px;
    -webkit-transform: rotate(135deg) scale(.2);
    transform: rotate(135deg) scale(.2)
}

.Summary_Card_Block_2 .wrapper .bottom-left_img {
    position: absolute;
    left: -180px;
    bottom: -290px;
    -webkit-transform: rotate(279deg) scale(.3);
    transform: rotate(279deg) scale(.3)
}

.Summary_Card_Block_2 .wrapper .top-right_img {
    position: absolute;
    right: -245px;
    top: -250px;
    -webkit-transform: rotate(221deg) scale(.3);
    transform: rotate(221deg) scale(.3)
}

.Summary_Card_Block_2 .wrapper .bottom-right_img {
    position: absolute;
    right: -200px;
    bottom: -280px;
    -webkit-transform: rotate(-45deg) scale(-.3);
    transform: rotate(-45deg) scale(-.3)
}

@media (min-width:900px) {
    .Summary_Card_Block_2 {
        height: 323px
    }
    .Summary_Card_Block_2 .wrapper .contents .title {
        font-size: 36px
    }
    .Summary_Card_Block_2 .wrapper .contents .actions {
        margin: 18px 0;
        height: 40px;
        width: 180px
    }
    .Summary_Card_Block_2 .wrapper .contents a.auxiliary-link {
        margin: 18px 0
    }
    .Summary_Card_Block_2 .wrapper .contents .text p {
        padding: 18px 0
    }
    .Summary_Card_Block_2 .wrapper .left_img {
        left: -105px;
        top: -260px;
        -webkit-transform: rotate(135deg) scale(.7);
        transform: rotate(135deg) scale(.7)
    }
    .Summary_Card_Block_2 .wrapper .bottom-left_img {
        left: -80px;
        bottom: -360px;
        -webkit-transform: rotate(279deg) scale(.7);
        transform: rotate(279deg) scale(.7)
    }
    .Summary_Card_Block_2 .wrapper .top-right_img {
        right: -220px;
        top: -180px;
        -webkit-transform: rotate(221deg) scale(.7);
        transform: rotate(221deg) scale(.7)
    }
    .Summary_Card_Block_2 .wrapper .bottom-right_img {
        right: -20px;
        bottom: -320px;
        -webkit-transform: rotate(-120deg) scale(.7);
        transform: rotate(-120deg) scale(.7)
    }
}

.Summary_Card_Block_3 {
    height: 400px;
    margin-top: 40px;
    overflow: hidden
}

.Summary_Card_Block_3 .wrapper {
    position: relative;
    width: 100%;
    height: 465px;
    background-position: 50%;
    background-size: cover
}

.Summary_Card_Block_3 .wrapper:before {
    content: "";
    position: absolute;
    background-image: url(/Static/img/hub/backgrounds/MaskSummaryCardBlok3_mobile.svg);
    background-size: auto;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position-y: center
}

.Summary_Card_Block_3 .wrapper .actions {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Summary_Card_Block_3 .wrapper .actions .container {
    max-width: 1200px;
    width: 100%;
    padding-left: 66px
}

.Summary_Card_Block_3 .wrapper .actions .container .text {
    max-width: 100%;
    font-size: 26px;
    line-height: 27px;
    letter-spacing: -1.46px;
    color: #fff;
    text-align: left
}

.Summary_Card_Block_3 .wrapper .actions .container .button {
    padding-top: 50px
}

.Summary_Card_Block_3 .wrapper .actions .container .button a {
    background-color: #fff;
    color: #2fcfa0;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1.14px;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 50px
}

@media (min-width:900px) {
    .Summary_Card_Block_3 {
        height: 317px;
        margin-top: 100px
    }
    .Summary_Card_Block_3 .wrapper {
        height: 100%
    }
    .Summary_Card_Block_3 .wrapper:before {
        content: "";
        position: absolute;
        background-image: url(/Static/img/hub/backgrounds/MaskSummaryCardBlok3.svg);
        background-size: cover;
        display: inline-block;
        left: 0;
        top: 0
    }
    .Summary_Card_Block_3 .wrapper .actions .container {
        padding-left: 0
    }
    .Summary_Card_Block_3 .wrapper .actions .container .text {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: -.69px;
        color: #fff;
        text-align: left
    }
    .Summary_Card_Block_3 .wrapper .actions .container .button {
        padding-top: 1em
    }
    .Summary_Card_Block_3 .wrapper .actions .container .button a {
        font-size: 20px;
        line-height: 45px;
        letter-spacing: -.88px;
        padding: 10px 26px
    }
}

.Summary_Card_Block_4 {
    margin: 55px auto;
    padding: 0 2em
}

.Summary_Card_Block_4 .wrapper {
    border: 2px solid #e3e3e3;
    border-right: none;
    border-left: none;
    padding: 80px 0
}

.Summary_Card_Block_4 .wrapper .title {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: -1.12px;
    color: #2fcfa0;
    margin-bottom: 1em
}

.Summary_Card_Block_4 .wrapper .actions,
.Summary_Card_Block_4 .wrapper .text {
    color: #373433;
    font-size: 16px;
    letter-spacing: -.69px
}

.Summary_Card_Block_4 .wrapper .actions {
    font-weight: 700;
    font-style: italic;
    margin-top: 1em
}

.Summary_Card_Block_4 .wrapper .actions a {
    color: #2fcfa0
}

@media (min-width:900px) {
    .Summary_Card_Block_4 {
        max-width: 1040px;
        margin: 74px auto
    }
    .Summary_Card_Block_4 .wrapper .title {
        font-size: 30px;
        line-height: 21px;
        letter-spacing: -1.29px
    }
    .Summary_Card_Block_4 .wrapper .actions,
    .Summary_Card_Block_4 .wrapper .text {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: -.69px
    }
}

.Summary_Card_Block_5 {
    padding: 28px 2em;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Summary_Card_Block_5.no-content .body,
.Summary_Card_Block_5.no-content .title {
    display: none
}

.Summary_Card_Block_5.no-content .actions {
    margin-top: 0
}

.Summary_Card_Block_5 a,
.Summary_Card_Block_5 em,
.Summary_Card_Block_5 p,
.Summary_Card_Block_5 ul li {
    letter-spacing: 0
}

.Summary_Card_Block_5 h1 {
    letter-spacing: -1px
}

.Summary_Card_Block_5 .title>p {
    font-size: 16px;
    line-height: 21px;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    color: #373433
}

.Summary_Card_Block_5 .title>p b,
.Summary_Card_Block_5 .title>p strong {
    display: block;
    color: #2fcfa0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1em;
    line-height: 28px;
    letter-spacing: -1px
}

.Summary_Card_Block_5 .body {
    font-size: 16px;
    line-height: 21px;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    color: #373433
}

.Summary_Card_Block_5 .body ul {
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0
}

.Summary_Card_Block_5 .body ul li {
    position: relative;
    margin-left: 31px
}

.Summary_Card_Block_5 .body ul li:before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 50%;
    border: 3px solid #2fcfa0;
    left: -31px;
    width: 7px;
    height: 7px
}

.Summary_Card_Block_5 .body hr {
    border: 1px solid #e3e3e3;
    height: 0;
    margin: 4em auto
}

.Summary_Card_Block_5 .body h1 {
    color: #2fcfa0;
    font-size: 21px
}

.Summary_Card_Block_5 .body p {
    font-size: 16px;
    line-height: 21px;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    color: #373433;
    margin: 1em auto
}

.Summary_Card_Block_5 .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.Summary_Card_Block_5 .actions a {
    color: #2fcfa0;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    border: 3px solid #2fcfa0;
    text-decoration: none;
    opacity: 1;
    border-radius: 45px;
    font-size: 21px;
    line-height: 26px;
    padding: 13px 24px
}

@media (min-width:900px) {
    .Summary_Card_Block_5 {
        max-width: 1040px;
        padding-bottom: 52px;
        padding-top: 52px
    }
    .Summary_Card_Block_5 .title>p {
        font-size: 20px;
        line-height: 21px
    }
    .Summary_Card_Block_5 .body {
        font-size: 16px;
        line-height: 21px
    }
    .Summary_Card_Block_5 .body hr:last-of-type {
        margin-bottom: 119px
    }
    .Summary_Card_Block_5 .body ul li {
        margin-left: 62px
    }
    .Summary_Card_Block_5 .body ul li:before {
        border-width: 2px;
        width: 14px;
        height: 14px;
        left: -62px
    }
    .Summary_Card_Block_5 .body h1,
    .Summary_Card_Block_5 .body p {
        font-size: 16px;
        line-height: 21px
    }
    .Summary_Card_Block_5 .actions a {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 26px;
        border-width: 2px
    }
    .Summary_Card_Block_5 .actions a:hover {
        background-color: #2fcfa0;
        background-color: rgba(47, 207, 160, .4);
        color: #fff
    }
}

.Summary_Card_Block_7 {
    max-width: 100%;
    margin: 28px auto;
    overflow: hidden
}

@media (min-width:320px) {
    .Summary_Card_Block_7 .wrapper {
        padding: 28px 2em;
        position: relative
    }
    .Summary_Card_Block_7 .wrapper:before {
        content: "";
        position: absolute;
        background-color: #2fcfa0;
        opacity: .06;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .Summary_Card_Block_7 .wrapper .left_img {
        display: none
    }
    .Summary_Card_Block_7 .wrapper .top-right_img {
        position: absolute;
        right: -320px;
        top: -290px;
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
    .Summary_Card_Block_7 .wrapper .bottom-right_img {
        position: absolute;
        right: -390px;
        bottom: -60px;
        -webkit-transform: rotate(30deg) scale(.7);
        transform: rotate(30deg) scale(.7)
    }
    .Summary_Card_Block_7 .wrapper .contents {
        position: relative;
        margin: auto
    }
    .Summary_Card_Block_7 .wrapper .contents .text {
        letter-spacing: 0
    }
    .Summary_Card_Block_7 .wrapper .contents .main-title {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: -1px;
        padding-bottom: 1em
    }
    .Summary_Card_Block_7 .wrapper .contents .main-title b,
    .Summary_Card_Block_7 .wrapper .contents .main-title strong {
        color: #2fcfa0
    }
    .Summary_Card_Block_7 .wrapper .contents section {
        font-size: 16px;
        line-height: 31px;
        letter-spacing: 0
    }
    .Summary_Card_Block_7 .wrapper .contents section .title {
        letter-spacing: 0
    }
    .Summary_Card_Block_7 .wrapper .contents section:last-child {
        padding-bottom: 2em
    }
    .Summary_Card_Block_7 .wrapper .contents section .text {
        margin: 2em 0
    }
    .Summary_Card_Block_7 .wrapper .contents section .text b,
    .Summary_Card_Block_7 .wrapper .contents section .text strong {
        color: #2fcfa0
    }
    .Summary_Card_Block_7 .wrapper .contents section ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        letter-spacing: 0
    }
    .Summary_Card_Block_7 .wrapper .contents section ul li {
        position: relative;
        margin-left: 62px;
        margin-top: 0
    }
    .Summary_Card_Block_7 .wrapper .contents section ul li:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -7.5px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: 1px solid #2fcfa0;
        left: -62px
    }
    .Summary_Card_Block_7 .wrapper .contents .actions {
        padding-top: 3em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .Summary_Card_Block_7 .wrapper .contents .actions a {
        color: #2fcfa0;
        border: 3px solid;
        font-size: 20px;
        line-height: 26px;
        padding: 13px 26px;
        text-decoration: none;
        border-radius: 50px
    }
    .Summary_Card_Block_7 .wrapper .contents .actions a:hover {
        background-color: #2fcfa0;
        background-color: rgba(47, 207, 160, .4);
        border: 3px solid #2fcfa0;
        color: #fff
    }
}

@media (min-width:600px) {
    .Summary_Card_Block_7 .wrapper .top-right_img {
        position: absolute;
        right: -320px;
        top: -290px;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    .Summary_Card_Block_7 .wrapper .bottom-right_img {
        position: absolute;
        right: -390px;
        bottom: -60px;
        -webkit-transform: rotate(30deg) scale(.8);
        transform: rotate(30deg) scale(.8)
    }
}

@media (min-width:900px) {
    .Summary_Card_Block_7 {
        margin: 0 auto
    }
    .Summary_Card_Block_7 .wrapper {
        padding-top: 63px;
        padding-bottom: 63px
    }
    .Summary_Card_Block_7 .wrapper .left_img {
        position: absolute;
        left: -400px;
        top: 35%;
        -webkit-transform: rotate(135deg) scale(.6);
        transform: rotate(135deg) scale(.6)
    }
    .Summary_Card_Block_7 .wrapper .top-right_img {
        position: absolute;
        right: -240px;
        top: -300px;
        -webkit-transform: rotate(135deg) scale(.8);
        transform: rotate(135deg) scale(.8)
    }
    .Summary_Card_Block_7 .wrapper .bottom-right_img {
        position: absolute;
        right: -90px;
        bottom: -140px;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    .Summary_Card_Block_7 .wrapper .contents {
        max-width: 1040px
    }
    .Summary_Card_Block_7 .wrapper .contents .main-title {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -1px
    }
    .Summary_Card_Block_7 .wrapper .contents section {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 0
    }
    .Summary_Card_Block_7 .wrapper .contents section p {
        letter-spacing: 0
    }
    .Summary_Card_Block_7 .wrapper .contents .actions a {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.88px;
        padding: .5em 2em;
        border-width: 2px
    }
    .Summary_Card_Block_7 .wrapper .contents .actions a:hover {
        border: 2px solid #2fcfa0
    }
}

@media (min-width:1200px) {
    .Summary_Card_Block_7 .wrapper .bottom-right_img {
        position: absolute;
        right: -90px;
        bottom: -140px;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@media (min-width:1400px) {
    .Summary_Card_Block_7 .wrapper .left_img {
        display: inline;
        -webkit-transform: rotate(135deg) scale(.7);
        transform: rotate(135deg) scale(.7)
    }
}

.Summary_Card_Block_6 {
    margin: 28px auto 0;
    padding: 0 2em
}

.Summary_Card_Block_6 .wrapper .text {
    font-size: 16px
}

.Summary_Card_Block_6 .wrapper .main-title {
    font-size: 30px;
    letter-spacing: -1px;
    padding-bottom: 0
}

.Summary_Card_Block_6 .wrapper .main-title b,
.Summary_Card_Block_6 .wrapper .main-title strong {
    color: #2fcfa0
}

.Summary_Card_Block_6 .wrapper section {
    margin-top: 55px;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0
}

.Summary_Card_Block_6 .wrapper section .title {
    font-weight: 700;
    color: #2fcfa0;
    font-size: 25px;
    letter-spacing: 0;
    margin: 1em 0
}

@media (min-width:900px) {
    .Summary_Card_Block_6 {
        max-width: 1040px;
        margin: 63px auto 0;
        padding-bottom: 0
    }
    .Summary_Card_Block_6 .wrapper .main-title {
        font-size: 30px;
        line-height: 21px;
        letter-spacing: -1px
    }
    .Summary_Card_Block_6 .wrapper section {
        margin-top: 1em;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0
    }
    .Summary_Card_Block_6 .wrapper section .title {
        margin: 1em 0;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0
    }
}

.summary_card_list_block_1 {
    height: 100%;
    margin: auto;
    padding: 2em
}

.summary_card_list_block_1 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.summary_card_list_block_1 .wrapper .summary-card {
    background-color: #2fcfa0;
    background-color: rgba(47, 207, 160, .4);
    width: 350px;
    margin-top: 30px
}

.summary_card_list_block_1 .wrapper .summary-card a {
    text-decoration: none
}

.summary_card_list_block_1 .wrapper .summary-card:first-child {
    margin-top: 0
}

.summary_card_list_block_1 .wrapper .summary-card:first-child .summary-card-img {
    height: 213px
}

.summary_card_list_block_1 .wrapper .summary-card:last-child .summary-card-img {
    height: 174px
}

.summary_card_list_block_1 .wrapper .summary-card:nth-child(2) .summary-card-img {
    height: 267px
}

.summary_card_list_block_1 .wrapper .summary-card:nth-child(3) .summary-card-img {
    height: 263px
}

.summary_card_list_block_1 .wrapper .summary-card .summary-card-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.summary_card_list_block_1 .wrapper .summary-card .summary-card-content {
    height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #2fcfa0
}

.summary_card_list_block_1 .wrapper .summary-card .summary-card-content .logo {
    font-family: justScript, justSans, quicksandLatin, quicksandBook, sans-serif;
    font-size: 80px;
    text-align: left;
    color: #fff;
    opacity: 1
}

.summary_card_list_block_1 .wrapper .summary-card .summary-card-content .logo p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 112px
}

.summary_card_list_block_1 .wrapper .summary-card .summary-card-content .logo p b,
.summary_card_list_block_1 .wrapper .summary-card .summary-card-content .logo p strong {
    font-weight: 100;
    text-align: left;
    font-size: 80px;
    padding-right: 5px;
    line-height: .49;
    letter-spacing: -.36px
}

.summary_card_list_block_1 .wrapper .summary-card .summary-card-content .logo p i {
    text-align: left;
    font-weight: 100;
    font-size: 30px;
    width: 153px;
    padding-left: 5px;
    font-style: normal;
    line-height: .9;
    letter-spacing: .75px
}

@media (min-width:768px) {
    .summary_card_list_block_1 {
        padding: 2em
    }
    .summary_card_list_block_1 .wrapper,
    .summary_card_list_block_1 .wrapper .summary-card {
        width: 100%
    }
    .summary_card_list_block_1 .wrapper .summary-card:first-child .summary-card-img,
    .summary_card_list_block_1 .wrapper .summary-card:nth-child(2) .summary-card-img,
    .summary_card_list_block_1 .wrapper .summary-card:nth-child(3) .summary-card-img,
    .summary_card_list_block_1 .wrapper .summary-card:nth-child(4) .summary-card-img {
        height: 267px
    }
}

@media (min-width:900px) {
    .summary_card_list_block_1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 135px;
        margin-bottom: 0
    }
    .summary_card_list_block_1 .wrapper {
        margin-top: 0;
        padding-top: 0;
        max-width: 819px;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .summary_card_list_block_1 .wrapper .summary-card {
        width: 373px;
        margin: 0;
        padding: 0;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
    .summary_card_list_block_1 .wrapper .summary-card:first-child .summary-card-img {
        height: 213px
    }
    .summary_card_list_block_1 .wrapper .summary-card:nth-child(2) {
        margin-top: 8px
    }
    .summary_card_list_block_1 .wrapper .summary-card:nth-child(2) .summary-card-img {
        height: 288px
    }
    .summary_card_list_block_1 .wrapper .summary-card:nth-child(3) {
        -webkit-transform: translateY(-19px);
        transform: translateY(-19px)
    }
    .summary_card_list_block_1 .wrapper .summary-card:nth-child(3) .summary-card-img {
        height: 284px
    }
    .summary_card_list_block_1 .wrapper .summary-card:last-child {
        margin-top: 63px
    }
    .summary_card_list_block_1 .wrapper .summary-card:last-child .summary-card-img {
        height: 188px
    }
}

.Summary_Card_List_Block_2 {
    padding: 2em;
    margin-top: 0
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper {
    position: relative
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title {
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    color: #373433;
    font-size: 36px;
    text-align: center;
    line-height: 39px;
    letter-spacing: -1.55px;
    height: 100%
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title p {
    z-index: 999;
    padding: .1em;
    letter-spacing: -1px
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title b,
.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title strong {
    color: #2fcfa0;
    letter-spacing: -1px
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots {
    margin-top: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    height: 15px
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 13px;
    height: 13px
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots li button {
    color: transparent;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #2fcfa0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0
}

.Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2_dots .slick-dots li.slick-active button {
    background-color: #2fcfa0
}

@media (min-width:900px) {
    .Summary_Card_List_Block_2 {
        margin-top: 70px;
        padding: 0
    }
    .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 {
        width: 100%;
        min-height: inherit
    }
    .Summary_Card_List_Block_2 .summary_card_list_block_2_wrapper .summary_card_list_block_2 .carousel-item .carousel-item-title {
        min-height: inherit;
        max-width: 1200px;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -1px
    }
}

.Summary_Card_List_Block_3 {
    margin: auto;
    padding: 0 2em 28px
}

.Summary_Card_List_Block_3 .wrapper {
    width: 100%;
    height: 100%
}

.Summary_Card_List_Block_3 .wrapper,
.Summary_Card_List_Block_3 .wrapper .summary-card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.Summary_Card_List_Block_3 .wrapper .summary-card-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Summary_Card_List_Block_3 .wrapper .summary-card-block .image-container {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    display: inline-block;
    background-image: url(https://www.uat.getjust.co.uk/Static/img/hub/greenShape-ouline-135.svg);
    background-position: 50%;
    background-size: contain
}

.Summary_Card_List_Block_3 .wrapper .summary-card-block .image-container svg {
    display: block;
    width: 330px;
    height: 330px
}

.Summary_Card_List_Block_3 .wrapper .summary-card-block .image-container .line {
    -webkit-transform: translate(-30px, -30px) rotate(135deg) scale(.75);
    transform: translate(-30px, -30px) rotate(135deg) scale(.75);
    -webkit-transform-origin: center;
    transform-origin: center
}

.Summary_Card_List_Block_3 .wrapper .summary-card-block .text-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -.86px
}

.Summary_Card_List_Block_3 .wrapper .summary-card-block .text-container p {
    letter-spacing: -1px
}

.Summary_Card_List_Block_3 .wrapper .summary-card-block .text-container p em,
.Summary_Card_List_Block_3 .wrapper .summary-card-block .text-container p i {
    color: #2fcfa0;
    font-style: normal;
    letter-spacing: -1px
}

.Summary_Card_List_Block_3 .wrapper .summary-card-block.image-right .image-container {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.Summary_Card_List_Block_3 .wrapper .summary-card-block.image-right .text-container {
    padding-left: 0
}

@media (min-width:900px) {
    .Summary_Card_List_Block_3 {
        max-width: 1076px;
        padding: 0 2em 52px
    }
    .Summary_Card_List_Block_3 .wrapper {
        margin-top: 80px
    }
    .Summary_Card_List_Block_3 .wrapper .summary-card-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        height: 480px
    }
    .Summary_Card_List_Block_3 .wrapper .summary-card-block .image-container svg {
        width: 583px;
        height: 583px
    }
    .Summary_Card_List_Block_3 .wrapper .summary-card-block .text-container {
        text-align: left;
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -1px
    }
    .Summary_Card_List_Block_3 .wrapper .summary-card-block.image-right .image-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.Summary_Card_List_Block_3_v2 {
    margin: auto;
    padding: 0 2em
}

.Summary_Card_List_Block_3_v2 .wrapper {
    width: 100%;
    height: 100%
}

.Summary_Card_List_Block_3_v2 .wrapper,
.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block {
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block:last-child {
    padding-bottom: 43px
}

.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .image-container {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    display: inline-block;
    background-image: url(https://www.uat.getjust.co.uk/Static/img/hub/greenShape-ouline-135.svg);
    background-position: 50%;
    background-size: contain
}

.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .image-container svg {
    display: block;
    width: 330px;
    height: 330px
}

.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .image-container .line {
    -webkit-transform: translate(-30px, -30px) rotate(135deg) scale(.75);
    transform: translate(-30px, -30px) rotate(135deg) scale(.75);
    -webkit-transform-origin: center;
    transform-origin: center
}

.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .text-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .text-container .title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.72px;
    color: #373433;
    font-family: justScript, justSans, quicksandLatin, quicksandBook, sans-serif
}

.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .text-container .text {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    padding: 1em 0;
    color: #373433;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif
}

.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .text-container .text p em,
.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .text-container .text p i {
    color: #2fcfa0;
    font-style: normal
}

.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .text-container a.call-to-action {
    display: none
}

.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block.image-right .image-container {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.Summary_Card_List_Block_3_v2 .wrapper .summary-card-block.image-right .text-container {
    padding-left: 0
}

@media (min-width:900px) {
    .Summary_Card_List_Block_3_v2 {
        max-width: 1040px;
        margin: auto
    }
    .Summary_Card_List_Block_3_v2 .wrapper {
        padding-top: 75px
    }
    .Summary_Card_List_Block_3_v2 .wrapper .summary-card-block {
        margin-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        height: 308px;
        padding-bottom: 76px
    }
    .Summary_Card_List_Block_3_v2 .wrapper .summary-card-block:last-child {
        padding-bottom: 0
    }
    .Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .image-container svg {
        width: 460px;
        height: 460px
    }
    .Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .text-container .title {
        font-size: 40px;
        line-height: 56px;
        letter-spacing: -1px
    }
    .Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .text-container .text {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0
    }
    .Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .text-container a.call-to-action {
        display: inherit;
        margin-top: 40px;
        color: #2fcfa0;
        text-decoration: none;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -.88px;
        padding: .5em 1.5em;
        border: 2px solid #2fcfa0;
        border-radius: 50px
    }
    .Summary_Card_List_Block_3_v2 .wrapper .summary-card-block .text-container a.call-to-action:hover {
        background-color: #2fcfa0;
        background-color: rgba(47, 207, 160, .4);
        border: 2px solid #2fcfa0;
        color: #fff
    }
    .Summary_Card_List_Block_3_v2 .wrapper .summary-card-block.image-right .image-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .Summary_Card_List_Block_3_v2 .wrapper .summary-card-block.image-right .text-container {
        padding-left: 0;
        padding-right: 0
    }
}

.Timeline_Block {
    position: relative;
    padding: 0 2em;
    margin: 100px auto 28px;
    max-width: 100vw;
    letter-spacing: -1px
}

.Timeline_Block .container {
    margin: 0 auto;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.Timeline_Block .container:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    bottom: 10px;
    width: 1px;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
    background-color: #707070
}

.Timeline_Block .container .timeline-event {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 60px
}

.Timeline_Block .container .timeline-event:first-child {
    margin-top: 0
}

.Timeline_Block .container .timeline-event:first-child .center .milestone {
    background-color: #2fcfa0;
    border-color: #2fcfa0;
    color: #fff
}

.Timeline_Block .container .timeline-event:last-child {
    margin-bottom: 0
}

.Timeline_Block .container .timeline-event.active .center .milestone {
    background-color: #2fcfa0;
    border-color: #2fcfa0;
    color: #fff
}

.Timeline_Block .container .timeline-event .center {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: inherit;
    min-width: inherit
}

.Timeline_Block .container .timeline-event .center .milestone {
    background-color: #fff;
    color: #373433;
    border: 2px solid #373433;
    border-radius: 200px;
    min-width: 113px;
    height: 113px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.Timeline_Block .container .timeline-event .center .milestone,
.Timeline_Block .container .timeline-event .center .milestone p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Timeline_Block .container .timeline-event .center .milestone p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
    max-width: 90%;
    margin: 0;
    padding: 0 1em
}

.Timeline_Block .container .timeline-event .center .milestone p b,
.Timeline_Block .container .timeline-event .center .milestone p strong {
    font-size: 26px
}

.Timeline_Block .container .timeline-event .center .milestone p * {
    max-width: 100%
}

.Timeline_Block .container .timeline-event .left,
.Timeline_Block .container .timeline-event .right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    opacity: 0
}

.Timeline_Block .container .timeline-event .left.fadeIn,
.Timeline_Block .container .timeline-event .right.fadeIn {
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.Timeline_Block .container .timeline-event .left p b,
.Timeline_Block .container .timeline-event .left p strong,
.Timeline_Block .container .timeline-event .right p b,
.Timeline_Block .container .timeline-event .right p strong {
    font-weight: 900
}

.Timeline_Block .container .timeline-event .left {
    text-align: center
}

.Timeline_Block .container .timeline-event .right>* {
    margin-left: 82px
}

.Timeline_Block .container .timeline-event .right p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.Timeline_Block .container .timeline-event .right p *+* {
    margin-top: 1em
}

.Timeline_Block .container .timeline-event .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.Timeline_Block .container .timeline-event .left>* {
    text-align: center;
    background-color: #fff;
    padding: .25em;
    margin-top: 57px
}

.Timeline_Block .container .timeline-event .right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.Timeline_Block .container .timeline-event .right>* {
    background-color: #fff;
    padding: .25em;
    margin-top: 57px;
    text-align: center;
    margin-left: inherit
}

@media (min-width:900px) {
    .Timeline_Block {
        margin-top: 110px;
        margin-bottom: 52px;
        padding: 0
    }
    .Timeline_Block .container {
        font-size: 20px;
        max-width: 1040px
    }
    .Timeline_Block .container .timeline-event {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 60px 0
    }
    .Timeline_Block .container .timeline-event .center {
        min-width: 108px;
        height: 120px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .Timeline_Block .container .timeline-event .center .milestone {
        border: 3px solid #373433;
        border-radius: 200px;
        min-width: 108px;
        height: 108px
    }
    .Timeline_Block .container .timeline-event .center .milestone p {
        max-width: 100%;
        text-align: inherit
    }
    .Timeline_Block .container .timeline-event .left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .Timeline_Block .container .timeline-event .left>* {
        text-align: left;
        padding-right: 64px;
        margin-top: 0
    }
    .Timeline_Block .container .timeline-event .right {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .Timeline_Block .container .timeline-event .right>* {
        padding-left: 64px;
        text-align: left;
        margin-top: 0
    }
}

.TitleAndIntro_Block_2 {
    margin: 30px auto 0;
    padding: 0 2em
}

.TitleAndIntro_Block_2 .wrapper {
    background-image: url(https://www.uat.getjust.co.uk/Static/img/hub/backgrounds/Title_and_Intro_Block_-_2-mobile.svg);
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 303px
}

.TitleAndIntro_Block_2 .wrapper .container {
    color: #373433;
    padding: 35px 20px
}

.TitleAndIntro_Block_2 .wrapper .container .title {
    font-size: 21px;
    line-height: 21px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 1em
}

.TitleAndIntro_Block_2 .wrapper .container .intro {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0
}

@media (min-width:900px) {
    .TitleAndIntro_Block_2 {
        max-width: 1040px;
        margin: 40px auto 0
    }
    .TitleAndIntro_Block_2 .wrapper {
        background-image: url(https://www.uat.getjust.co.uk/Static/img/hub/backgrounds/Title_and_Intro_Block_-_2-full.svg);
        min-height: 250px
    }
    .TitleAndIntro_Block_2 .wrapper .container {
        padding: 63px 74px
    }
    .TitleAndIntro_Block_2 .wrapper .container .title {
        font-size: 20px;
        line-height: 21px;
        letter-spacing: -1px
    }
    .TitleAndIntro_Block_2 .wrapper .container .intro {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0
    }
}

.title-and-intro-block-1 {
    margin: 0 auto;
    color: #373433;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2em
}

.title-and-intro-block-1 .title {
    text-align: center;
    margin: 52px 0 0;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    letter-spacing: -1px;
    font-size: 40px;
    line-height: 46px
}

.title-and-intro-block-1 .title p {
    margin: 0
}

.title-and-intro-block-1 .title b,
.title-and-intro-block-1 .title strong {
    color: #2fcfa0
}

.title-and-intro-block-1 .intro {
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    margin-top: 48px;
    padding: 0 1em;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    text-align: center
}

@media (min-width:900px) {
    .title-and-intro-block-1 {
        max-width: 793px
    }
    .title-and-intro-block-1 .title {
        margin: 85px 0 0;
        font-size: 30px;
        line-height: 1.25em;
        letter-spacing: -1px
    }
    .title-and-intro-block-1 .intro {
        margin-top: 75px
    }
}

.Summary_Card_List_Block_3_v3 {
    margin: 0 auto;
    padding: 0 2em
}

.Summary_Card_List_Block_3_v3 .wrapper {
    width: 100%;
    height: 100%
}

.Summary_Card_List_Block_3_v3 .wrapper,
.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .image-container {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    display: inline-block;
    background-image: url(/Static/img/hub/greenShape-outline-315.svg);
    background-position: 50%;
    background-size: contain
}

.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .image-container svg {
    display: block;
    width: 330px;
    height: 330px
}

.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .image-container .line {
    -webkit-transform: translate(-30px, -30px) rotate(135deg) scale(.75);
    transform: translate(-30px, -30px) rotate(135deg) scale(.75);
    -webkit-transform-origin: center;
    transform-origin: center
}

.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container .title {
    font-size: 21px;
    line-height: 21px;
    letter-spacing: -1px;
    color: #2fcfa0;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    font-weight: 700
}

.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container .text {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    padding: 21px 0;
    color: #373433;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif
}

.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container .text p em,
.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container .text p i {
    color: #2fcfa0;
    font-style: normal
}

.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container .list {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    color: #373433;
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif
}

.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container .list ul {
    list-style-type: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0
}

.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container .list ul li {
    position: relative;
    margin-top: 20px;
    margin-left: 31px
}

.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container .list ul li:before {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 50%;
    border: 3px solid #2fcfa0;
    left: -31px;
    width: 7px;
    height: 7px
}

.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block.image-right .image-container {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.Summary_Card_List_Block_3_v3 .wrapper .summary-card-block.image-right .text-container {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:900px) {
    .Summary_Card_List_Block_3_v3 {
        max-width: 1040px
    }
    .Summary_Card_List_Block_3_v3 .wrapper .summary-card-block+.summary-card-block {
        margin-top: inherit
    }
    .Summary_Card_List_Block_3_v3 .wrapper .summary-card-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .image-container {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        display: inline-block
    }
    .Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .image-container svg {
        width: 495px;
        height: 495px
    }
    .Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container {
        padding-left: inherit;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    .Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container .title {
        font-size: 20px;
        line-height: 21px;
        letter-spacing: -1px;
        margin-bottom: 40px
    }
    .Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container .text {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0;
        padding: 1em 0
    }
    .Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container .list {
        font-size: 16px;
        line-height: 21px;
        letter-spacing: 0
    }
    .Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container .list ul li {
        margin-top: 0;
        margin-left: 62px
    }
    .Summary_Card_List_Block_3_v3 .wrapper .summary-card-block .text-container .list ul li:before {
        border-width: 2px;
        width: 14px;
        height: 14px;
        left: -62px
    }
    .Summary_Card_List_Block_3_v3 .wrapper .summary-card-block.image-right .image-container {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .Summary_Card_List_Block_3_v3 .wrapper .summary-card-block.image-right .text-container {
        padding-right: 0
    }
}

.Video_Block {
    position: relative;
    margin: 0 auto;
    padding: 0 2em
}

.Video_Block .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 196px;
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.Video_Block .wrapper .play-button {
    width: 59px;
    height: 59px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.Video_Block .wrapper .play-button:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.Video_Block #media-player {
    background-color: #000;
    position: fixed;
    z-index: 4000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.Video_Block #media-player .app-video-close-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 4200;
    cursor: pointer
}

.Video_Block #media-player .app-video-close-btn img {
    width: 40px;
    height: 40px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.Video_Block #media-player .app-video-close-btn:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.Video_Block #media-player .app-media-iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: calc(100vh - 80px);
    margin-top: 80px
}

@media (min-width:900px) {
    .Video_Block {
        max-width: 1040px
    }
    .Video_Block .wrapper {
        height: 322px;
        margin-top: 88px
    }
    .Video_Block .wrapper .play-button {
        width: 66px;
        height: 66px
    }
}

body,
html {
    font-family: justSans, justScript, quicksandLatin, quicksandBook, sans-serif;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    font-weight: 300;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    font-size: 16px
}

:focus {
    outline: none
}

p {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0
}

.slideIntoView {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    opacity: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0
}

.slideIntoView.fadeIn {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

hr {
    border: 1px solid #e3e3e3;
    height: 0;
    margin: 4em auto;
    max-width: 1200px;
    width: 100%
}

.hide {
    opacity: 0
}

.show {
    opacity: 1
}

@font-face {
    font-family: quicksand;
    src: url(https://www.hubfinancialsolutions.co.uk/static/fonts/quicksand_book-webfont.woff) format("woff"), url(https://www.hubfinancialsolutions.co.uk/static/fonts/quicksand_book-webfont.woff2) format("woff2"), url(https://www.hubfinancialsolutions.co.uk/static/fonts/quicksand_book-webfont.ttf) format("ttf");
}

@font-face {
    font-family: quicksandBook;
    src: url(https://www.hubfinancialsolutions.co.uk/static/fonts/quicksand_book-webfont.woff) format("woff"), url(https://www.hubfinancialsolutions.co.uk/static/fonts/quicksand_book-webfont.woff2) format("woff2");
}

@font-face {
    font-family: quicksandLatin;
    src: url(https://www.hubfinancialsolutions.co.uk/static/fonts/quicksand/quicksand-v8-latin-regular.woff) format("woff"), url(https://www.hubfinancialsolutions.co.uk/static/fonts/quicksand/quicksand-v8-latin-regular.woff2) format("woff2"), url(https://www.hubfinancialsolutions.co.uk/static/fonts/quicksand/quicksand-v8-latin-regular.ttf) format("ttf");
}

@font-face {
    font-family: quicksandLatin;
    src: url(https://www.hubfinancialsolutions.co.uk/static/fonts/quicksand/quicksand-v8-latin-700.woff) format("woff"), url(https://www.hubfinancialsolutions.co.uk/static/fonts/quicksand/quicksand-v8-latin-700.woff2) format("woff2"), url(https://www.hubfinancialsolutions.co.uk/static/fonts/quicksand/quicksand-v8-latin-700.ttf) format("ttf");
    font-weight: 700;
}

@font-face {
    font-family: "justSans";
    font-weight: normal;
    font-style: normal;
    src: url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Regular/JustSansWeb-Regular.eot?#iefix");
    src: url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Regular/JustSansWeb-Regular.eot?#iefix") format("eot"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Regular/JustSansWeb-Regular.woff") format("woff"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Regular/JustSansWeb-Regular.woff2") format("woff2"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Regular/JustSansWeb-Regular.ttf") format("truetype"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Regular/JustSansWeb-Regular") format("svg");
}

@font-face {
    font-family: "justSans";
    font-weight: bold;
    font-style: normal;
    src: url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Bold/JustSansWeb-Bold.eot?#iefix");
    src: url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Bold/JustSansWeb-Bold.eot?#iefix") format("eot"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Bold/JustSansWeb-Bold.woff") format("woff"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Bold/JustSansWeb-Bold.woff2") format("woff2"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Bold/JustSansWeb-Bold.ttf") format("truetype"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Bold/JustSansWeb-Bold") format("svg");
}

@font-face {
    font-family: "justSans";
    font-weight: normal;
    font-style: italic;
    src: url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Italic/JustSansWeb-Italic.eot?#iefix");
    src: url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Italic/JustSansWeb-Italic.eot?#iefix") format("eot"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Italic/JustSansWeb-Italic.woff") format("woff"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Italic/JustSansWeb-Italic.woff2") format("woff2"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Italic/JustSansWeb-Italic.ttf") format("truetype"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/Italic/JustSansWeb-Italic") format("svg");
}

@font-face {
    font-family: "justSans";
    font-weight: bold;
    font-style: italic;
    src: url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/BoldItalic/JustSansWeb-BoldItalic.eot?#iefix");
    src: url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/BoldItalic/JustSansWeb-BoldItalic.eot?#iefix") format("eot"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/BoldItalic/JustSansWeb-BoldItalic.woff") format("woff"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/BoldItalic/JustSansWeb-BoldItalic.woff2") format("woff2"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/BoldItalic/JustSansWeb-BoldItalic.ttf") format("truetype"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustSans/BoldItalic/JustSansWeb-BoldItalic") format("svg");
}

@font-face {
    font-family: "justScript";
    src: url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustScript/Regular/JustScriptWeb-Regular.eot?#iefix");
    src: url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustScript/Regular/JustScriptWeb-Regular.eot?#iefix") format("eot"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustScript/Regular/JustScriptWeb-Regular.woff") format("woff"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustScript/Regular/JustScriptWeb-Regular.woff2") format("woff2"), url("https://www.hubfinancialsolutions.co.uk/static/fonts/JustScript/Regular/JustScriptWeb-Regular.ttf") format("truetype"), url("https://www.hubfinancialsolutions.co.ukStatic/fonts/JustScript/Regular/JustScriptWeb-Regular") format("svg");
}

@font-face {
    font-family: justScript;
    src: url("https://www.hubfinancialsolutions.co.uk/Static/fonts/JustScript/Regular/JustScriptWeb-Regular.eot?#iefix");
    src: url("https://www.hubfinancialsolutions.co.uk/Static/fonts/JustScript/Regular/JustScriptsWeb-Regular.eot?#iefix") format("eot"), url("https://www.hubfinancialsolutions.co.uk/Static/fonts/JustScript/Regular/JustScriptWeb-Regular.woff") format("woff"), url("https://www.hubfinancialsolutions.co.uk/Static/fonts/JustScript/Regular/JustScriptWeb-Regular.woff2") format("woff2"), url("https://www.hubfinancialsolutions.co.uk/Static/fonts/JustScript/Regular/JustScriptWeb-Regular.ttf") format("truetype"), url("https://www.hubfinancialsolutions.co.uk/Static/fonts/JustScript/Regular/JustScriptWeb-Regular") format("svg");
}